fix(guide): clarify sharing docker compose (#1789)

Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
pull/1778/head
bakerboy448 3 months ago committed by GitHub
parent f26810094f
commit 2bc5d4227e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ If you're using a system with a GUI (Synology, unRAID, OMV, etc.) it's not alway
!!! 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`.
Use one of the following commands in the terminal of your choice (e.g. puTTY) to generate the docker compose, with or without the use of `sudo`. Note that you can pass in multiple container names.
```bash
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose CONTAINER_NAME CONTAINER_NAME2
@ -24,11 +24,11 @@ sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/
```
!!! warning
Please not share the output directly to Discord, reddit, forums, etc. and instead use the sites below
Please not share the output directly to Discord, reddit, forums, etc.
Paste the results on one of the following sites.
Copy and paste the results on one of the following sites.
- [Notifiarr.com](https://logs.notifiarr.com/) (Recommended)
- [Notifiarr.com Privatebin](https://logs.notifiarr.com/){:target="_blank" rel="noopener noreferrer"} (Recommended)
- [Github Gist](https://gist.github.com){:target="_blank" rel="noopener noreferrer"} (Alternative)
- [hastebin.com](https://hastebin.com){:target="_blank" rel="noopener noreferrer"}
- [privatebin.net](https://privatebin.net/){:target="_blank" rel="noopener noreferrer"}

Loading…
Cancel
Save