Merge pull request #3187 from fuergaosi233/patch-1

[Fix] Fix password in DockerCompose
This commit is contained in:
Hongbo Wu 2023-11-29 15:23:50 +08:00 committed by GitHub
commit a231278ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ services:
context: .
dockerfile: ./packages/db/Dockerfile
container_name: "omnivore-migrate"
command: '/bin/sh ./packages/db/setup.sh' # Also create a demo user with email: demo@omnivore.app, password: demo
command: '/bin/sh ./packages/db/setup.sh' # Also create a demo user with email: demo@omnivore.app, password: demo_password
environment:
- PGPASSWORD=postgres
- PG_HOST=postgres