nginx healthcheck: 127.0.0.1 instead of localhost (only IPv4 listener)

master
Boban Blaskovic 2026-05-31 21:18:06 +02:00
parent 1c8bab0f04
commit 1cf91e2f32
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ services:
condition: service_started
networks: [clu]
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost/"]
test: ["CMD", "wget", "-qO-", "http://127.0.0.1/"]
interval: 30s
timeout: 5s
retries: 3