Replies: 1 comment
-
|
Nevermind, found it
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All stacks are internal in my dockhand instance.
Is there an option in stack page to docker compose pull && docker compose up -d the whole stack? Or am I just to stupid to find it?
Background:
I have a stack where multiple containers rely on network_mode: "service:my_vpn_container" and therefor a depends_on setting. When I update my_vpn_container in the Containers page, all connected containers lose connectivity and are not reachable anymore until I do docker compose up -d --force-recreate or docker compose restart for the whole stack so compose respects the given dependencies.
Beta Was this translation helpful? Give feedback.
All reactions