diff --git a/FAQ.md b/FAQ.md index 955abfd..9a88de6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,11 +61,11 @@ This can be for various reasons we've collected the the most common ones dependi > > *If you're using a system with a GUI(Synology, unRAID, OMV, etc.) to configure docker use one of the following from terminal(puTTy) to get the docker compose or docker build command.*` > -> `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike CONTAINER_NAME` +> `sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike CONTAINER_NAME` > > *or* > -> `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose CONTAINER_NAME` +> `sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose CONTAINER_NAME` > > *And yes this even works on a Synology* > *if you don't know how you probably didn't read the [[Installation-Synology]]*