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
|
||||
conf/
|
||||
data/
|
||||
misc/
|
||||
progs/
|
||||
|
@ -223,7 +223,7 @@ services:
|
||||
command:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
volumes:
|
||||
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./conf/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./data/prometheus:/prometheus
|
||||
ports:
|
||||
- 127.0.0.1:9090:9090
|
||||
|
Reference in New Issue
Block a user