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

13 lines
211 B

version: '3'
services:
overseerr:
build:
context: .
dockerfile: Dockerfile.local
ports:
- 3000:3000
volumes:
- .:/app:rw,cached
- /app/node_modules
- /app/.next