From d2b7b671f50a90c01f5d46807f461be3a0b195cc Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Thu, 25 May 2023 13:33:08 +0200 Subject: [PATCH] feat: use host mode port networking --- compose.metrics.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.metrics.yml b/compose.metrics.yml index 35765fb..864334e 100644 --- a/compose.metrics.yml +++ b/compose.metrics.yml @@ -4,4 +4,6 @@ services: environment: - METRICS_ENABLED ports: - - "8082:8082" + - target: 8082 + published: 8082 + mode: host