Update FAQ.md

TRaSH 2020-10-08 19:28:46 +02:00
parent 20e1d4a4eb
commit 06f63f648f
1 changed files with 2 additions and 2 deletions

4
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]]*