Skip to content
Snippets Groups Projects
Commit d3c5ffda authored by jenda's avatar jenda
Browse files

Fix postgre user

parent 6f603639
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ services:
postgresdb:
image: postgres:15
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
retries: 5
start_period: 10s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment