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
The containers in my compose stack start in the wrong order. The non-dependent containers are started first and the container that should actually be started first is started last.
Steps to reproduce
The containers in my compose stack start in the wrong order. The non-dependent containers (media-browser-1, media-app-1, media-dlna-1, media-server-1) are started first and the container that should actually be started first (media-vpn-1) is started last. I think it only happens when using the network_mode: "service:vpn" (see in Environment).
Expected behavior
When updating the image of media-vpn-1, the media-vpn-1 container should be started first and then the other containers.
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏
Describe the bug
The containers in my compose stack start in the wrong order. The non-dependent containers are started first and the container that should actually be started first is started last.
Steps to reproduce
The containers in my compose stack start in the wrong order. The non-dependent containers (
media-browser-1
,media-app-1
,media-dlna-1
,media-server-1
) are started first and the container that should actually be started first (media-vpn-1
) is started last. I think it only happens when using thenetwork_mode: "service:vpn"
(see in Environment).Expected behavior
When updating the image of
media-vpn-1
, themedia-vpn-1
container should be started first and then the other containers.Screenshots
No response
Environment
Latest docker and watchtower.
Your logs
Additional context
No response
The text was updated successfully, but these errors were encountered: