Browse Source

Update docker-compose.build.yml

pull/947/head
willyp713 3 years ago
committed by GitHub
parent
commit
763d55ff84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/docker-compose.build.yml

2
docker/docker-compose.build.yml

@ -7,7 +7,7 @@ services:
environment:
DATABASE_URL: postgresql://user:password@postgres:5432/ghostfolio-db?sslmode=prefer
REDIS_HOST: 'redis'
REDIS_PASSWORD: 'password'
REDIS_PASSWORD: ${REDIS_PASSWORD}
ports:
- 3333:3333

Loading…
Cancel
Save