mount /run/supervisor to /run/supervisor
This commit is contained in:
parent
56b88ab82d
commit
f0a8eebfbe
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" \
|
--privileged --security-opt apparmor="hassio-supervisor" \
|
||||||
-v /run/docker.sock:/run/docker.sock:rw \
|
-v /run/docker.sock:/run/docker.sock:rw \
|
||||||
-v /run/dbus:/run/dbus:ro \
|
-v /run/dbus:/run/dbus:ro \
|
||||||
-v /run/supervisor:/run/os:rw \
|
-v /run/supervisor:/run/supervisor:rw \
|
||||||
-v /run/udev:/run/udev:ro \
|
-v /run/udev:/run/udev:ro \
|
||||||
-v /etc/machine-id:/etc/machine-id:ro \
|
-v /etc/machine-id:/etc/machine-id:ro \
|
||||||
-v ${SUPERVISOR_DATA}:/data:rw \
|
-v ${SUPERVISOR_DATA}:/data:rw \
|
||||||
|
|
Loading…
Reference in a new issue