Skip to content

Commit

Permalink
fix db init scripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarhiievHE committed Sep 15, 2023
1 parent fb8ee4a commit f9cfcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
- POSTGRES_PASSWORD=marcus
- POSTGRES_DB=application
volumes:
- ./db/structure.sql:/docker-entrypoint-initdb.d/1.sql
- ./db/data.sql:/docker-entrypoint-initdb.d/2.sql
- ./database/structure.sql:/docker-entrypoint-initdb.d/1.sql
- ./database/data.sql:/docker-entrypoint-initdb.d/2.sql
ports:
- 127.0.0.1:5432:5432
restart: always
Expand Down

0 comments on commit f9cfcbd

Please sign in to comment.