From eb176050be75a1aaae6d7e6724027d325dcf7476 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 27 Apr 2020 18:41:06 +0200 Subject: [PATCH] Removed privileged mode in zigbee2mtqq and watchover --- homeassistant/docker-compose.yaml.host | 4 ++-- watchtower/docker-compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/docker-compose.yaml.host b/homeassistant/docker-compose.yaml.host index 376ad0a..ef2536d 100644 --- a/homeassistant/docker-compose.yaml.host +++ b/homeassistant/docker-compose.yaml.host @@ -40,10 +40,10 @@ services: - mosquitto environment: - TZ=${DOCKER_TZ} - privileged: true + #privileged: true volumes: - ${DOCKER_CFG_DIR}/zigbee2mqtt:/app/data - - /run/udev:/run/udev:ro + #- /run/udev:/run/udev:ro devices: - /dev/ttyACM0:/dev/ttyACM0 networks: diff --git a/watchtower/docker-compose.yaml b/watchtower/docker-compose.yaml index 659726f..51a573c 100644 --- a/watchtower/docker-compose.yaml +++ b/watchtower/docker-compose.yaml @@ -18,7 +18,7 @@ services: - WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.giorgioravera.it #- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 #- WATCHTOWER_NOTIFICATION_EMAIL_SUBJECTTAG=Docker WatchTower - privileged: true + #privileged: true volumes: - /var/run/docker.sock:/var/run/docker.sock networks: -- 2.47.3