Skip to content

Commit

Permalink
Set bind propagation for supervisor data (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
skgsergio authored Jun 3, 2023
1 parent be8508f commit 923437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant-supervised/usr/sbin/hassio-supervisor
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 923437f

Please sign in to comment.