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

Bugfix/Set stack and container names in docker-compose files ()

* Set stack and container names in docker-compose files
pull/4010/head
Thomas Kaul 6 months ago committed by GitHub
parent 1ee9cd3de1
commit 45c0487ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@ name: ghostfolio_build
services:
ghostfolio:
build: ../
container_name: gf-application-build
container_name: ghostfolio-build
init: true
env_file:
- ../.env

@ -2,7 +2,7 @@ name: ghostfolio
services:
ghostfolio:
image: docker.io/ghostfolio/ghostfolio:latest
container_name: gf-application
container_name: ghostfolio
init: true
cap_drop:
- ALL

Loading…
Cancel
Save