-
Hi I have been using watchtower but it does not seem to be updating my docker containers. I'm using the following stack in OMV5. version: "2"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=Europe/London
- WATCHTOWER_DEBUG=true
- WATCHTOWER_NOTIFICATIONS_LEVEL=debug
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_INCLUDE_STOPPED=true
- WATCHTOWER_POLL_INTERVAL=86400
- WATCHTOWER_NO_PULL=false
- WATCHTOWER_MONITOR_ONLY=false
restart: unless-stopped In particular, I am using logitech media server as a docker container and I know there is a daily update. But every day Watchtower is not updating this an dother containers. Here is my log:
|
Beta Was this translation helpful? Give feedback.
Answered by
piksel
Aug 30, 2020
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zoispag
-
ok thanks piksel, it seems I have to restart manually then. |
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
According to dockerhub, it was last updated 15 days ago:
What the log shows is that it pulls the latest image and since that is the same image as the one the container is currently using, there is nothing to update. Perhaps your'e not using the image you expect?