Skip to content

Commit f9cfcbd

Browse files
committed
fix db init scripts path
1 parent fb8ee4a commit f9cfcbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
- POSTGRES_PASSWORD=marcus
1010
- POSTGRES_DB=application
1111
volumes:
12-
- ./db/structure.sql:/docker-entrypoint-initdb.d/1.sql
13-
- ./db/data.sql:/docker-entrypoint-initdb.d/2.sql
12+
- ./database/structure.sql:/docker-entrypoint-initdb.d/1.sql
13+
- ./database/data.sql:/docker-entrypoint-initdb.d/2.sql
1414
ports:
1515
- 127.0.0.1:5432:5432
1616
restart: always

0 commit comments

Comments
 (0)