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/f1e923fd175e339cd3964c07ce6f07200b922086?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -2,7 +2,7 @@ version: "3.2"
services:
services:
radarr:
radarr:
container_name : radarr
container_name : radarr
image : cr.hot io.dev /hotio/radarr:latest
image : gh cr.io/hotio/radarr:latest
restart : unless-stopped
restart : unless-stopped
logging:
logging:
driver : json-file
driver : json-file
@ -18,7 +18,7 @@ services:
- /data:/data
- /data:/data
sonarr:
sonarr:
container_name : sonarr
container_name : sonarr
image : cr.hot io.dev /hotio/sonarr:latest
image : gh cr.io/hotio/sonarr:latest
restart : unless-stopped
restart : unless-stopped
logging:
logging:
driver : json-file
driver : json-file
@ -34,7 +34,7 @@ services:
- /data:/data
- /data:/data
bazarr:
bazarr:
container_name : bazarr
container_name : bazarr
image : cr.hot io.dev /hotio/bazarr:latest
image : gh cr.io/hotio/bazarr:latest
restart : unless-stopped
restart : unless-stopped
logging:
logging:
driver : json-file
driver : json-file
@ -50,7 +50,7 @@ services:
- /data/media:/data/media
- /data/media:/data/media
sabnzbd:
sabnzbd:
container_name : sabnzbd
container_name : sabnzbd
image : cr.hot io.dev /hotio/sabnzbd:latest
image : gh cr.io/hotio/sabnzbd:latest
restart : unless-stopped
restart : unless-stopped
logging:
logging:
driver : json-file
driver : json-file