Update docker-compose.yml

Fix password in DockerCompose
This commit is contained in:
Holegots
2023-11-29 13:19:25 +08:00
committed by GitHub
parent 9a48bd9062
commit fe1cf30637

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