|
|
@ -14,13 +14,13 @@ If you're using a system with a GUI (Synology, unRAID, OMV, etc.) it's not alway
|
|
|
|
Use one of the following from terminal(puTTy) to get the docker compose with or without the use of `sudo`.
|
|
|
|
Use one of the following from terminal(puTTy) to get the docker compose with or without the use of `sudo`.
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose CONTAINER_NAME CONTAINER_NAME2
|
|
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose CONTAINER_NAME CONTAINER_NAME2
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
??? example "Example:"
|
|
|
|
??? example "Example:"
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose sonarr radarr bazarr nzbget
|
|
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose sonarr radarr bazarr nzbget
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Paste the results on one of the following sites.
|
|
|
|
Paste the results on one of the following sites.
|
|
|
|