diff --git a/supervisor/README.md b/supervisor/README.md index 6fbc08148..a9f9493cb 100644 --- a/supervisor/README.md +++ b/supervisor/README.md @@ -8,7 +8,7 @@ ## Run supervisor on a normal docker host ```bash -docker run --privileged --name resin_supervisor \ +docker run --name resin_supervisor \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/hassio-hc.sock:/var/run/hassio-hc.sock \ -v /resin-data:/data \