mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
test app: fix healthcheck
This commit is contained in:
@@ -33,4 +33,4 @@ sources:
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
title: Nginx
|
||||
train: test
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user