fix: bind metrics port to localhost only

This commit is contained in:
ivulit
2026-03-03 17:18:19 +03:00
parent f4e5a08614
commit c293901669

View File

@@ -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: