From a55fc818c5e70e1fb4b935a36f4ec4df938078a2 Mon Sep 17 00:00:00 2001 From: borgal Date: Thu, 1 Dec 2022 09:03:24 +0100 Subject: [PATCH] HA auto-Watchtower deaktiviert --- homeassistant/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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