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 .env
conf/
data/ data/
misc/ misc/
progs/ progs/

View File

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