Fix path
This commit is contained in:
parent
285abe66fd
commit
e8e04aaeaf
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ runSupervisor() {
|
||||||
--privileged \
|
--privileged \
|
||||||
$APPARMOR \
|
$APPARMOR \
|
||||||
--security-opt seccomp=unconfined \
|
--security-opt seccomp=unconfined \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /run/docker.sock:/run/docker.sock \
|
||||||
-v /var/run/dbus:/var/run/dbus \
|
-v /run/dbus:/run/dbus \
|
||||||
-v "${HASSIO_DATA}":/data \
|
-v "${HASSIO_DATA}":/data \
|
||||||
-e SUPERVISOR_SHARE="${HASSIO_DATA}" \
|
-e SUPERVISOR_SHARE="${HASSIO_DATA}" \
|
||||||
-e SUPERVISOR_NAME=hassio_supervisor \
|
-e SUPERVISOR_NAME=hassio_supervisor \
|
||||||
|
|
Loading…
Reference in a new issue