Move prometheus.yml to conf

This commit is contained in:
BBaoVanC 2021-08-07 11:47:43 -05:00
parent 14e468cc6f
commit 4d31752d1a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.env
conf/
data/
misc/
progs/

View File

@ -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