mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
fix docker-compose.yml for compose-with-grafana example
This commit is contained in:
parent
a2b39539a3
commit
fed9c4b1e3
2 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ services:
|
||||||
- "127.0.0.1:8020:9090"
|
- "127.0.0.1:8020:9090"
|
||||||
volumes:
|
volumes:
|
||||||
- prometheusdata:/prometheus
|
- prometheusdata:/prometheus
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
- ./prometheus:/etc/prometheus:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- restserver
|
- restserver
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue