prometheus update

This commit is contained in:
2024-09-15 09:28:53 +02:00
parent 7feb4d92c2
commit 6ff5b46d45
2 changed files with 1 additions and 7 deletions

View File

@@ -17,7 +17,6 @@ services:
ports: ports:
- "25565:25565" - "25565:25565"
- "24454:24454/udp" - "24454:24454/udp"
- "19565:19565"
restart: unless-stopped restart: unless-stopped
container_name: mc-forge-patata2 container_name: mc-forge-patata2
environment: environment:

View File

@@ -18,9 +18,4 @@ scrape_configs:
scrape_timeout: 15s scrape_timeout: 15s
static_configs: static_configs:
- targets: - targets:
- minecraft-exporter:8000 - minecraft-exporter:8000
- job_name: 'minecraft'
static_configs:
- targets: ['mc:19565']
labels:
server_name: 'minecraft-docker'