From 923437fa7f4cf286b971c8ba123b2fe86e21063e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Conde=20G=C3=B3mez?= Date: Sat, 3 Jun 2023 02:18:01 +0200 Subject: [PATCH] Set bind propagation for supervisor data (#293) --- homeassistant-supervised/usr/sbin/hassio-supervisor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant-supervised/usr/sbin/hassio-supervisor b/homeassistant-supervised/usr/sbin/hassio-supervisor index b90840f..d8ceaad 100644 --- a/homeassistant-supervised/usr/sbin/hassio-supervisor +++ b/homeassistant-supervised/usr/sbin/hassio-supervisor @@ -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} \