Skip to content

Commit

Permalink
Increase wait-for timeout for shlink service
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianCantoro committed Mar 26, 2023
1 parent c13723b commit 62fd2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- DB_HOST=db
# DB_PORT (optional)
- DB_PORT=5432
entrypoint: ["/wait-for.sh", "db:5432", "-t", "15", "--", "/bin/sh", "./docker-entrypoint.sh"]
entrypoint: ["/wait-for.sh", "db:5432", "-t", "30", "--", "/bin/sh", "./docker-entrypoint.sh"]
ports:
- 127.0.0.1:9980:8080
volumes:
Expand Down

0 comments on commit 62fd2a3

Please sign in to comment.