Move prometheus.yml to conf
This commit is contained in:
parent
14e468cc6f
commit
4d31752d1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.env
|
.env
|
||||||
|
conf/
|
||||||
data/
|
data/
|
||||||
misc/
|
misc/
|
||||||
progs/
|
progs/
|
||||||
|
@ -223,7 +223,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./conf/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
- ./data/prometheus:/prometheus
|
- ./data/prometheus:/prometheus
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9090:9090
|
- 127.0.0.1:9090:9090
|
||||||
|
Reference in New Issue
Block a user