Skip to content

Commit 811d12f

Browse files
committed
fix: update init-db.sql path in docker-compose configuration
1 parent 2e69036 commit 811d12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
POSTGRES_PASSWORD: postgres
1010
volumes:
1111
- postgres_data:/var/lib/postgresql/data
12-
- ./scripts/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
12+
- ./scripts/database/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
1313
ports:
1414
- "5432:5432"
1515
healthcheck:

0 commit comments

Comments
 (0)