mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 10:09:31 +00:00
do not expose prometheus and mktxp ports
This commit is contained in:
parent
dc73cce440
commit
9a9e21451b
1 changed files with 0 additions and 4 deletions
|
|
@ -18,8 +18,6 @@ services:
|
|||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
- '--storage.tsdb.path=/prometheus'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9090:9090
|
||||
networks:
|
||||
- default
|
||||
labels:
|
||||
|
|
@ -54,8 +52,6 @@ services:
|
|||
image: mktxp:latest
|
||||
volumes:
|
||||
- './mktxp/:/root/mktxp/'
|
||||
ports:
|
||||
- 49090:49090
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue