test app: fix healthcheck

This commit is contained in:
Stavros kois
2024-06-25 23:12:07 +03:00
parent e4d5a2a023
commit b8db8cea33
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/adguard/adguardhome
title: Nginx
train: test
version: 1.0.1
version: 1.0.2

View File

@@ -4,7 +4,7 @@ services:
ports:
- {{ values.network.web_port }}:80
healthcheck:
test: {{ "curl -f http://localhost:%s" | format(values.network.web_port) }}
test: "curl --fail --silent http://localhost:80"
interval: 10s
timeout: 10s
retries: 5