Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 25d570f

Browse files
committed
fix init schema path
1 parent 365939c commit 25d570f

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
@@ -18,7 +18,7 @@ services:
1818
test: pg_isready -U postgres
1919
volumes:
2020
- postgres14db:/var/lib/postgresql/data
21-
- ./database/01-schema.sql:/docker-entrypoint-initdb.d/init.sql
21+
- ./database/01-postgres-schema.sql:/docker-entrypoint-initdb.d/init.sql
2222

2323
volumes:
2424
postgres14db:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /