Monitoring Stack: fix prometheus data path
This commit is contained in:
parent
0c8e3edd4e
commit
451d99fb29
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ services:
|
||||||
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
||||||
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus
|
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus/data
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue