removed watchtower (its run via cron to make hassio happy), also locked version of supervisor to stop that also having issues
This commit is contained in:
@@ -254,7 +254,7 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Australia/Melbourne
|
||||
- PLEX_CLAIM=
|
||||
- PLEX_CLAIM=claim-Mgs3KDD_zM-rheXvz6FJ
|
||||
- PLEX_UID=500
|
||||
- PLEX_GID=500
|
||||
hostname: plex_dp
|
||||
@@ -277,19 +277,19 @@ services:
|
||||
- "32469:32469"
|
||||
|
||||
# auto-update docker images
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
# should use --cleanup as well...
|
||||
command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s --label-enable --cleanup
|
||||
restart: always
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# watchtower:
|
||||
# image: containrrr/watchtower
|
||||
# container_name: watchtower
|
||||
# # should use --cleanup as well...
|
||||
# command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s --label-enable --cleanup
|
||||
# restart: always
|
||||
# labels:
|
||||
# - "com.centurylinklabs.watchtower.enable=true"
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
hassio:
|
||||
image: homeassistant/amd64-hassio-supervisor
|
||||
image: homeassistant/amd64-hassio-supervisor:2020.12.7
|
||||
container_name: hassio_supervisor
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
|
||||
Reference in New Issue
Block a user