Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/2bd1825fdb0e800e2b33095de375338330855315
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
20 additions and
20 deletions
@ -4,23 +4,23 @@
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
services:
ass:
build : .
command : npm start
container_name : ass-docker
restart : unless-stopped
ports:
- "40115:40115"
- "45375:45375"
volumes:
- type : bind
source : /opt/ass/uploads
target : /opt/ass/uploads
- type : bind
source : /opt/ass/config.json
target : /opt/ass/config.json
- type : bind
source : /opt/ass/auth.json
target : /opt/ass/auth.json
tmpfs : /tmp
working_dir : /opt/ass
ass:
build : .
command : npm start
container_name : ass-docker
restart : unless-stopped
ports:
- "40115:40115"
- "45375:45375"
volumes:
- type : bind
source : /opt/ass/uploads
target : /opt/ass/uploads
- type : bind
source : /opt/ass/config.json
target : /opt/ass/config.json
- type : bind
source : /opt/ass/auth.json
target : /opt/ass/auth.json
tmpfs : /tmp
working_dir : /opt/ass