Updates for Apr 21
Unifying the restart method for containers Remove scrutiny collector on invidia Change watchtower to an updated fork Expose ports on radarr/sonarr since seerr needs them
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
image: nickfedor/watchtower
|
||||
container_name: watchtower
|
||||
command: --cleanup=true --scope watch
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DOCKER_API_VERSION="1.49"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user