Skip to content

Watchtower didn't find any other container #673

Answered by warhammer73
warhammer73 asked this question in Q&A
Discussion options

You must be logged in to vote

Crazy thing, tried this direct from commandline instead of docker-compose:

$ docker run -d \
    --name watchtower3 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower \
    --debug

... and it's working.

Next step:
I removed all additional configuration (as mail, aso) from the compose.xml file
... and it's also working.

Now it's more or less back to the old config (With schedule instead of interval, but interval worked also and without timezone because it's not changed to german local time):

        watchtower:
                image: containrrr/watchtower
                container_name: watchtower
                volumes:
                       - /var/run/docke…

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
2 replies
@simskij
Comment options

@piksel
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@simskij
Comment options

@warhammer73
Comment options

@simskij
Comment options

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