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/f4c2c47e569e7faea7f99664966cb98b321ce952/docker-compose.yml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
version: '3'
|
|
services:
|
|
overseerr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.local
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- .:/app:rw,cached
|
|
- /app/node_modules
|
|
- /app/.next
|