]> git.giorgioravera.it Git - docker.git/commitdiff
Removed privileged mode in zigbee2mtqq and watchover
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 27 Apr 2020 16:41:06 +0000 (18:41 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 27 Apr 2020 16:41:06 +0000 (18:41 +0200)
homeassistant/docker-compose.yaml.host
watchtower/docker-compose.yaml

index 376ad0aaf1f8ad0ab9ade7da96889364db211b00..ef2536d009ab493c7c596e51a9f5016c8d26e351 100644 (file)
@@ -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:
index 659726f24f256c80fcf0bf0896ef79aab11a2620..51a573cc656fc7b004d32a6ff79442ca3d71b2b8 100644 (file)
@@ -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: