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.

fix(compose): cr.hotio.dev -> ghcr.io ()

pull/1666/head
owine 1 year ago committed by GitHub
parent 541a9cee54
commit f1e923fd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ version: "3.2"
services: services:
radarr: radarr:
container_name: radarr container_name: radarr
image: cr.hotio.dev/hotio/radarr:latest image: ghcr.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.hotio.dev/hotio/sonarr:latest image: ghcr.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.hotio.dev/hotio/bazarr:latest image: ghcr.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.hotio.dev/hotio/sabnzbd:latest image: ghcr.io/hotio/sabnzbd:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file

Loading…
Cancel
Save