fix port
This commit is contained in:
parent
92ea98466e
commit
9040a14a02
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ services:
|
|||
db-ja:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ]
|
||||
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:8080/health/check" ]
|
||||
interval: 20s
|
||||
timeout: 10s
|
||||
start_period: 30s
|
||||
|
|
Loading…
Add table
Reference in a new issue