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