1
0
Fork 0
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:
Rubén Cougil 2023-06-06 09:10:02 +02:00 committed by GitHub
parent e6b1d2755f
commit 7a7a74631e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ services:
- 9090:9090
restart: unless-stopped
volumes:
- ./prometheus:/etc/prometheus
- ./etc/prometheus:/prometheus
- prom_data:/prometheus
grafana:
image: grafana/grafana