disable exposed port on prometheus
This commit is contained in:
@@ -131,8 +131,6 @@ services:
|
|||||||
prometheus:
|
prometheus:
|
||||||
image: "prom/prometheus:latest"
|
image: "prom/prometheus:latest"
|
||||||
command: "--web.enable-admin-api --config.file=/etc/prometheus/prometheus.yml"
|
command: "--web.enable-admin-api --config.file=/etc/prometheus/prometheus.yml"
|
||||||
ports:
|
|
||||||
- "18889:80"
|
|
||||||
expose:
|
expose:
|
||||||
- "9090"
|
- "9090"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Dec 27 07:00:17 UTC 2025
|
#Tue Dec 30 07:00:17 UTC 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
|||||||
Reference in New Issue
Block a user