Added watchtower to automatically update containers
This commit is contained in:
parent
489cd4c5b2
commit
564fa5f308
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user