MailHog healthcheck with wget instead of curl
This commit is contained in:
parent
06005e3e40
commit
e919efc144
@ -384,7 +384,7 @@ services:
|
||||
- email
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8025"]
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8025"]
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user