Skip to content

Commit

Permalink
fixes healthcheck in blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Jan 2, 2024
1 parent d68aa59 commit ce546aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/connect-supertokens-to-database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ For this setup to work, we must connect SuperTokens and PostgreSQL via the host
- app_network
restart: unless-stopped
healthcheck:
test: ['CMD', 'pg_isready']
test: ['CMD', 'pg_isready', '-U', 'supertokens_user', '-d', 'supertokens']
interval: 5s
timeout: 5s
retries: 5
Expand Down

0 comments on commit ce546aa

Please sign in to comment.