Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/8942eb8b7c4fa1d16aa2e72e8ba7120a653c9aa2/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:
- 5055:5055
volumes:
- .:/app:rw,cached
- /app/node_modules
- /app/.next