diff --git a/homeassistant/docker-compose.yml b/homeassistant/docker-compose.yml index f745cfa..ccf3c09 100644 --- a/homeassistant/docker-compose.yml +++ b/homeassistant/docker-compose.yml @@ -2,7 +2,6 @@ version: '3' services: homeassistant: container_name: homeassistant - restart: always image: homeassistant/home-assistant volumes: - /opt/homeassistant/config:/config @@ -14,4 +13,7 @@ services: - "192.168.0.111:8123:8123" privileged: true environment: - - TZ=Europe/Berlin \ No newline at end of file + - TZ=Europe/Berlin + labels: + - "com.centurylinklabs.watchtower.monitor-only=true" + restart: unless-stopped \ No newline at end of file