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

TEST eventually I'll figure this out.

pull/29/head
tycrek 4 years ago
parent d340ef06de
commit 7d1e910b24
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -13,12 +13,8 @@ services:
- "40115:40115"
- "45375:45375"
volumes:
- type: volume
source: ./uploads
target: /opt/ass/uploads
- type: volume
source: ./share
target: /opt/ass/share
- ./uploads:/opt/ass/uploads
- ./share:/opt/ass/share
- type: bind
source: ./config.json
target: /opt/ass/config.json

Loading…
Cancel
Save