mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
Update docker-compose.yml
store config file in /etc/prometheus, like described in the video
This commit is contained in:
parent
1bcde8cca9
commit
9e88939dc5
@ -14,7 +14,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
volumes:
|
volumes:
|
||||||
- /config:/etc/prometheus
|
- /etc/prometheus:/etc/prometheus
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user