mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Use new containerd.sock location of Docker 23.0 (#2382)
This commit is contained in:
parent
a35ed97167
commit
ca6bccbfa9
@ -89,7 +89,7 @@ if [ -z "${SUPERVISOR_CONTAINER_ID}" ]; then
|
||||
--privileged --security-opt apparmor="hassio-supervisor" \
|
||||
--oom-score-adj=-300 \
|
||||
-v /run/docker.sock:/run/docker.sock:rw \
|
||||
-v /run/docker/containerd/containerd.sock:/run/docker/containerd/containerd.sock:rw \
|
||||
-v /run/containerd/containerd.sock:/run/containerd/containerd.sock:rw \
|
||||
-v /run/systemd-journal-gatewayd.sock:/run/systemd-journal-gatewayd.sock:rw \
|
||||
-v /run/dbus:/run/dbus:ro \
|
||||
-v /run/supervisor:/run/os:rw \
|
||||
|
Loading…
x
Reference in New Issue
Block a user