MailHog healthcheck with wget instead of curl

This commit is contained in:
Felipe Bueno 2024-03-25 09:26:45 -03:00
parent 06005e3e40
commit e919efc144

View File

@ -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