Set bind propagation for supervisor data
This commit is contained in:
parent
be8508f7ef
commit
c49720f3ba
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if [ -z "${SUPERVISOR_CONTAINER_ID}" ]; then
|
|||
-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 \
|
||||
-v ${SUPERVISOR_DATA}:/data:rw,slave \
|
||||
-e SUPERVISOR_SHARE=${SUPERVISOR_DATA} \
|
||||
-e SUPERVISOR_NAME=hassio_supervisor \
|
||||
-e SUPERVISOR_MACHINE=${SUPERVISOR_MACHINE} \
|
||||
|
|
Loading…
Reference in a new issue