HA auto-Watchtower deaktiviert

This commit is contained in:
borgal
2022-12-01 09:03:24 +01:00
parent 010410774b
commit a55fc818c5

View File

@@ -2,7 +2,6 @@ version: '3'
services:
homeassistant:
container_name: homeassistant
restart: always
image: homeassistant/home-assistant
volumes:
- /opt/homeassistant/config:/config
@@ -15,3 +14,6 @@ services:
privileged: true
environment:
- TZ=Europe/Berlin
labels:
- "com.centurylinklabs.watchtower.monitor-only=true"
restart: unless-stopped