Adding dozzle
Cleaning up all compose files: consistent labels remove exposed ports move synapse to wildcard cert remove commented out lines Switch qbit to libtorrentv1 tag
This commit is contained in:
@@ -3,10 +3,10 @@ services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
#command: --run-once --scope watch
|
||||
command: --cleanup=true --scope watch
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels: [ "com.centurylinklabs.watchtower.scope=watch" ]
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.scope=watch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user