Skip to content

Commit 2c282fb

Browse files
authored
Merge pull request #9 from tomhollingworth/main
Fix libre-gateway health check url
2 parents 5c9e87b + 07f00cc commit 2c282fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Standalone/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ services:
200200
interval: 5s
201201
timeout: 3s
202202
retries: 5
203-
test: ["CMD", "curl", "-f", "http://libre-gateway:4000"]
203+
test: ["CMD", "curl", "-f", "http://libre-gateway:4000/health"]
204204
grafana:
205205
image: grafana/grafana:latest
206206
container_name: grafana
@@ -244,4 +244,4 @@ services:
244244
condition: service_healthy
245245
influxdb:
246246
condition: service_healthy
247-
container_name: libre-edge-agent
247+
container_name: libre-edge-agent

0 commit comments

Comments
 (0)