Added folders as well...
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
network_mode: bridge
|
||||
environment:
|
||||
- TZ="Europe/Stockholm"
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_DISABLE_CONTAINERS="portainer-ee mc_bedrock"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user