Skip to content

Commit 045d794

Browse files
committed
migrate docker-compose file to examples/metrics
1 parent 4f6ceb1 commit 045d794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: prom/prometheus:latest
44
container_name: prometheus
55
volumes:
6-
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
6+
- ../../libp2p/metrics/prometheus.yml:/etc/prometheus/prometheus.yml:ro
77
ports:
88
- "${PROMETHEUS_PORT}:9090"
99
extra_hosts:

0 commit comments

Comments
 (0)