From 18ed91c61f48adc088ba6b23c27c0773354ea41e Mon Sep 17 00:00:00 2001 From: j pimmel Date: Sat, 21 Dec 2024 11:25:27 -0800 Subject: [PATCH] Set default metrics port --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d57993d5..02bad37c 100644 --- a/Makefile +++ b/Makefile @@ -188,6 +188,8 @@ ifdef DOCKER_RUN_DETACHED endif ifdef DOCKER_METRICS_PORT $(call check_and_append,metrics-port,DOCKER_METRICS_PORT) +else + $(call check_and_append,metrics-port,8080) endif ifdef DOCKER_HOST_PORT $(eval HOST_PORT=$(DOCKER_HOST_PORT))