revert mount change
This commit is contained in:
parent
f0a8eebfbe
commit
47e19635e7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ if [ -z "${SUPERVISOR_CONTAINER_ID}" ]; then
|
|||
--privileged --security-opt apparmor="hassio-supervisor" \
|
||||
-v /run/docker.sock:/run/docker.sock:rw \
|
||||
-v /run/dbus:/run/dbus:ro \
|
||||
-v /run/supervisor:/run/supervisor:rw \
|
||||
-v /run/supervisor:/run/os:rw \
|
||||
-v /run/udev:/run/udev:ro \
|
||||
-v /etc/machine-id:/etc/machine-id:ro \
|
||||
-v ${SUPERVISOR_DATA}:/data:rw \
|
||||
|
|
Loading…
Reference in a new issue