fx'd bind mount for prometheus config

This commit is contained in:
bboykin87
2021-10-24 17:10:28 -04:00
parent 66d63709bd
commit bdd4b7751f

View File

@@ -14,7 +14,7 @@ services:
ports: ports:
- "9090:9090" - "9090:9090"
volumes: volumes:
- /etc/prometheus:/config - /config:/etc/prometheus
- prometheus-data:/prometheus - prometheus-data:/prometheus
restart: unless-stopped restart: unless-stopped
command: command: