HA auto-Watchtower deaktiviert
This commit is contained in:
@@ -2,7 +2,6 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
restart: always
|
|
||||||
image: homeassistant/home-assistant
|
image: homeassistant/home-assistant
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/homeassistant/config:/config
|
- /opt/homeassistant/config:/config
|
||||||
@@ -14,4 +13,7 @@ services:
|
|||||||
- "192.168.0.111:8123:8123"
|
- "192.168.0.111:8123:8123"
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user