diff --git a/docker-compose.yml b/docker-compose.yml index 0fef0ad..a02063e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"