Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/aa1598f59bdb0056a32ba67e2e3521184c196ed0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from bakerboy448/patch-6

switch to ghcr.io for auto-compose
pull/367/head
TRaSH 4 years ago committed by GitHub
commit aa1598f59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`.
```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:"
```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.

Loading…
Cancel
Save