mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Fix volume paths at compose.yaml
Signed-off-by: Rubén Cougil <rubencougil@gmail.com>
This commit is contained in:
parent
e6b1d2755f
commit
7a7a74631e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
- 9090:9090
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./prometheus:/etc/prometheus
|
||||
- ./etc/prometheus:/prometheus
|
||||
- prom_data:/prometheus
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue