You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.5 KiB
34 lines
1.5 KiB
# How to provide a docker compose
|
|
|
|
When you're running dockers and you need help on discord etc you often hear the question:
|
|
|
|
"Provide a docker compose"
|
|
|
|
If you need to provide this info always remember to provide it from all your *arr (Sonarr, Radarr, Lidarr, Bazarr) and also from your download client(s).
|
|
|
|
If you're using a system with a GUI (Synology, unRAID, OMV, etc.) it's not always easy to provide a docker compose but it's possible.
|
|
|
|
!!! warning
|
|
Please don't use screenshots to provide the info as they aren't always revealing all the needed info
|
|
|
|
Use one of the following from terminal(puTTy) to get the docker compose with or without the use of `sudo`.
|
|
|
|
```bash
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose CONTAINER_NAME CONTAINER_NAME2
|
|
```
|
|
|
|
??? example "Example:"
|
|
|
|
```bash
|
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose sonarr radarr bazarr nzbget
|
|
```
|
|
|
|
Paste the results on one of the following sites.
|
|
|
|
- [0bin.net](https://0bin.net/){:target="_blank" rel="noopener noreferrer"} (Reccomended)
|
|
- [Github Gist](https://gist.github.com){:target="_blank" rel="noopener noreferrer"} (Alternative)
|
|
- [Ubuntu Pastebin](https://pastebin.ubuntu.com/){:target="_blank" rel="noopener noreferrer"}
|
|
- [hastebin.com](https://hastebin.com){:target="_blank" rel="noopener noreferrer"}
|
|
|
|
If you use docker run command to create your docker containers, paste your run command in to [composerize](https://www.composerize.com/){:target="_blank" rel="noopener noreferrer"}
|