Skip to content

Commit 8683a47

Browse files
committed
🐛 fix path to wait-for-it.sh
1 parent 914c304 commit 8683a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
- POSTGRES_CONNECTION_MAX_LIFETIME_SECONDS=300
8787
- POSTGRES_CONNECTION_MAX_IDLE_TIME_SECONDS=300
8888
- POSTGRES_MIGRATIONS_URL=file://../../store/pg/migrations
89-
command: ["./cmd/api/wait-for-it.sh", "postgres:5432", "--timeout=60", "--", "./file-server"]
89+
command: ["./wait-for-it.sh", "postgres:5435", "--timeout=60", "--", "./file-server"]
9090
ports:
9191
- "8080:36000"
9292
depends_on:

0 commit comments

Comments
 (0)