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

* Set stack and container names in docker-compose files
pull/4010/head
Thomas Kaul 3 weeks 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