Skip to content

Commit

Permalink
Use = instead of deprecated : as security option separator (home-…
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Sep 30, 2021
1 parent e3e2ac2 commit 805116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/supervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function run_supervisor() {
--name hassio_supervisor \
--privileged \
--security-opt seccomp=unconfined \
--security-opt apparmor:unconfined \
--security-opt apparmor=unconfined \
-v /run/docker.sock:/run/docker.sock:rw \
-v /run/dbus:/run/dbus:ro \
-v /run/udev:/run/udev:ro \
Expand Down Expand Up @@ -142,4 +142,4 @@ cleanup_docker
init_dbus
init_udev
run_supervisor
stop_docker
stop_docker

0 comments on commit 805116a

Please sign in to comment.