Skip to content

Commit a1f6d31

Browse files
committed
Move bingo init command to compose folder.
1 parent 78ba733 commit a1f6d31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
POSTGRES_PASSWORD: ${DB_PASSWORD}
1212
volumes:
1313
- "${DB_LOCAL_PATH}:/var/lib/postgresql/data"
14-
- "../bingo-postgres/init_ALLOW_NON_UNIQUE_DEAROMATIZATION.sh:/docker-entrypoint-initdb.d/init_ALLOW_NON_UNIQUE_DEAROMATIZATION.sh"
14+
- "./bingo-postgres/init_ALLOW_NON_UNIQUE_DEAROMATIZATION.sh:/docker-entrypoint-initdb.d/init_ALLOW_NON_UNIQUE_DEAROMATIZATION.sh"
1515
healthcheck:
1616
test:
1717
[

0 commit comments

Comments
 (0)