Set bind propagation for supervisor data

This commit is contained in:
Sergio Conde Gómez 2023-06-01 22:48:00 +02:00 committed by GitHub
parent be8508f7ef
commit c49720f3ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} \