From c29390166960eb8ba2c540a627fb8fd1ab2c9fce Mon Sep 17 00:00:00 2001 From: ivulit Date: Tue, 3 Mar 2026 17:18:19 +0300 Subject: [PATCH] fix: bind metrics port to localhost only --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 01e06bb..5866c4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: restart: unless-stopped ports: - "443:443" - - "9090:9090" + - "127.0.0.1:9090:9090" # Allow caching 'proxy-secret' in read-only container working_dir: /run/telemt volumes: