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
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Australia/Melbourne
|
- TZ=Australia/Melbourne
|
||||||
- PLEX_CLAIM=
|
- PLEX_CLAIM=claim-Mgs3KDD_zM-rheXvz6FJ
|
||||||
- PLEX_UID=500
|
- PLEX_UID=500
|
||||||
- PLEX_GID=500
|
- PLEX_GID=500
|
||||||
hostname: plex_dp
|
hostname: plex_dp
|
||||||
@@ -277,19 +277,19 @@ services:
|
|||||||
- "32469:32469"
|
- "32469:32469"
|
||||||
|
|
||||||
# auto-update docker images
|
# auto-update docker images
|
||||||
watchtower:
|
# watchtower:
|
||||||
image: containrrr/watchtower
|
# image: containrrr/watchtower
|
||||||
container_name: watchtower
|
# container_name: watchtower
|
||||||
# should use --cleanup as well...
|
# # should use --cleanup as well...
|
||||||
command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s --label-enable --cleanup
|
# command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s --label-enable --cleanup
|
||||||
restart: always
|
# restart: always
|
||||||
labels:
|
# labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
# - "com.centurylinklabs.watchtower.enable=true"
|
||||||
volumes:
|
# volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
hassio:
|
hassio:
|
||||||
image: homeassistant/amd64-hassio-supervisor
|
image: homeassistant/amd64-hassio-supervisor:2020.12.7
|
||||||
container_name: hassio_supervisor
|
container_name: hassio_supervisor
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=false"
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|||||||
Reference in New Issue
Block a user