Added folders as well...

This commit is contained in:
2024-07-04 13:15:34 +02:00
commit f72d79958d
62 changed files with 3248 additions and 0 deletions
+14
View File
@@ -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