Skip to content

Commit

Permalink
Set default metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson authored Dec 21, 2024
1 parent ee4c770 commit 18ed91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 18ed91c

Please sign in to comment.