mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-19 06:35:43 +00:00
Fix compose file
This commit is contained in:
parent
b39f777252
commit
e9eddf15e3
@ -13,7 +13,7 @@ services:
|
||||
networks:
|
||||
- prometheus
|
||||
- grafana
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d storage.tsdb.retention.size=5GB"
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB"
|
||||
volumes:
|
||||
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
||||
- prometheus-data:/prometheus
|
||||
|
Loading…
x
Reference in New Issue
Block a user