mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 02:00:08 +07:00
fix: bind metrics port to localhost only
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user