Initialer Load
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
services:
|
||||
prometheus:
|
||||
container_name: prometheus
|
||||
ports:
|
||||
- 9090:9090
|
||||
volumes:
|
||||
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- /prometheus/:/prometheus
|
||||
image: prom/prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
prometheus-data:
|
||||
external: true
|
||||
name: prometheus-data
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user