Merge pull request #302 from ivulit/fix/metrics-port-localhost

fix:docker-compose.yml bind metrics port to localhost only
This commit is contained in:
Alexey 2026-03-03 18:35:50 +03:00 committed by GitHub
commit ec4e48808e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "443:443" - "443:443"
- "9090:9090" - "127.0.0.1:9090:9090"
# Allow caching 'proxy-secret' in read-only container # Allow caching 'proxy-secret' in read-only container
working_dir: /run/telemt working_dir: /run/telemt
volumes: volumes: