We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e69036 commit 811d12fCopy full SHA for 811d12f
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
POSTGRES_PASSWORD: postgres
10
volumes:
11
- postgres_data:/var/lib/postgresql/data
12
- - ./scripts/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
+ - ./scripts/database/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
13
ports:
14
- "5432:5432"
15
healthcheck:
0 commit comments