hedgedoc : fix healthcheck postgresql
This commit is contained in:
parent
17be38591e
commit
fa245404e6
|
@ -21,7 +21,7 @@ services:
|
|||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
test: ["CMD-SHELL", "pg_isready -U hedgedoc"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
Loading…
Reference in a new issue