Skip to content

Why doesn't watchtower update all of the containers specified in the arguments? #699

Answered by piksel
panomitrius asked this question in Q&A
Discussion options

You must be logged in to vote

If you look at the last column of your docker ps you can see that only one of your containers actually use the name you supplied to watchtower. Try running it with nextcloud_app_1 portainer samba_samba_1 rocketchat_rocketchat_1.
The mariadb container does not have a name, but you can set it with docker rename 4462a9876f6d mariadb

Replies: 2 comments 1 reply

This comment has been hidden.

Comment options

You must be logged in to vote
1 reply
@panomitrius
Comment options

Answer selected by panomitrius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #699 on December 07, 2020 10:12.