Replies: 1 comment 6 replies
|
https://docs.docker.com/reference/compose-file/services/#depends_on |
6 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.
When the transmission kill switch activates, and the container restarts - the other containers in the stack that attach to the VPN via network_mode: "service:transmission-openvpn" lose internet access as well (by design, good)
However, when the transmission container reboots and gets internet access again the other containers that attached to the container network are still left without any internet access until I go and restart those containers manually.
Is there something I'm missing? What would be a good fix for this.
Thanks
All reactions