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.
1 changed files with
2 additions and
2 deletions
@ -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.