Added watchtower to automatically update containers

This commit is contained in:
Administrator 2022-04-12 12:40:42 +02:00
parent 489cd4c5b2
commit 564fa5f308

View File

@ -64,6 +64,14 @@ services:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
env_file:
- ${PWD}/.env
networks:
default:
external: