You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using docker compose up --watch in tmux, the interactive menu is not able to start without using sudo. Without the interactive menu, all the watch functionality just doesn't work.
I'm not able to reproduce on my side (Ubuntu VM on my Mac), can you try a simple docker compose up and share the log? I wonder if there isn't an issue with the navigation menu.
Do you use remote tmux session via ssh or are you directly connected to the Arch distro? If so what is the result of docker compose up --watch without using tmux?
I want to check if there isn't any issue with the navigation menu in your configuration, can you try the following command in your Tmux session COMPOSE_MENU=false docker compose up --watch
Description
When using
docker compose up --watch
in tmux, the interactive menu is not able to start without using sudo. Without the interactive menu, all the watch functionality just doesn't work.Steps To Reproduce
docker compose up --watch
. Here is the output (notice how watch doesn't work):sudo docker compose up --watch
. Here is the output:Not pictured but the interactive menu at the bottom only appears in the sudo example.
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: