Skip to content

Commit

Permalink
fix: fix role "root" does not exist error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulike committed Apr 21, 2024
1 parent 08fbad7 commit 47beb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
networks:
- database
healthcheck:
test: [ 'sh -c', 'pg_isready -d $POSTGRES_DB -U $POSTGRES_USER' ]
test: [ 'CMD-SHELL', 'pg_isready -d $$POSTGRES_DB -U $$POSTGRES_USER' ]
interval: 10s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 47beb97

Please sign in to comment.