fix joplin healthcheck
This commit is contained in:
parent
482016be1d
commit
1d4dd405b8
2 changed files with 6 additions and 2 deletions
|
|
@ -39,4 +39,8 @@ services:
|
|||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_HOST=postgres
|
||||
# Default login is "admin@localhost" and password "admin"
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/22300' || exit 1"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 3
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue