Viewing logs and launching shells NOT working

When I create containers, I can use the gui to quickly launch (execute shell and view logs) However when I’ve created containers as part of a stack, those functions don’t work anymore. Is there something I’m missing here? Also I notice that the CPU/Memory stats gui just shows …“connecting…” Unlike the individual containers where I am able to see real stats. I have compare both configurations and I can’t really see and differences. Here’s a typical compose example

myapp:
image: myrepo/app
hostname: tum
stdin_open: true
tty: true
ports:
- 9000:9000/tcp
- 9010:9010/tcp
labels:
io.rancher.container.pull_image: always

Do I have to add some options?