Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/285737fd0fcb2fccc3257b7fec7b1d0374d5585d/docker-compose.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/docker-compose.yml

27 lines
512 B

name: recyclarr
networks:
recyclarr:
name: recyclarr_dev
external: true
services:
app:
image: ghcr.io/recyclarr/recyclarr:edge
user: $DOCKER_UID:$DOCKER_GID
container_name: recyclarr
read_only: true
tmpfs: /tmp
build:
context: .
# platforms:
# - linux/arm/v7
# - linux/arm64
# - linux/amd64
networks: [recyclarr]
volumes:
- ./docker/config:/config
environment:
CRON_SCHEDULE: "* * * * *"
TZ: America/Chicago