From b6492b2e6b036cdc05e968d4ca671b5ba5a32808 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 7 May 2024 07:15:37 +0200 Subject: [PATCH] Fix #1222: Use /login/ as health check URL --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9af4480..fd1474d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: start_period: 60s timeout: 3s interval: 15s - test: "curl -f http://localhost:8080/api/ || exit 1" + test: "curl -f http://localhost:8080/login/ || exit 1" volumes: - ./configuration:/etc/netbox/config:z,ro - netbox-media-files:/opt/netbox/netbox/media:rw