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
I'm using docker compose watch https://docs.docker.com/compose/how-tos/file-watch/ to do some development and it seems if I have develop section in my compose file, dockge won't be able to start/restart/stop the container.
🛡️ Security Policy
Description
I'm using docker compose watch https://docs.docker.com/compose/how-tos/file-watch/ to do some development and it seems if I have develop section in my compose file, dockge won't be able to start/restart/stop the container.
👟 Reproduction steps
My compose file
And try to start/stop the container with dockge
👀 Expected behavior
The container can be started with
docker compose up -d
so techincally it should be able to start with dockge?😓 Actual Behavior
Dockge will return error
The text was updated successfully, but these errors were encountered: