Skip to content

Commit 9ee2a64

Browse files
committed
Fix: wrong network name for Prometheus (#405)
Revert a typo in the Prometheus network in the monitoring Docker Compose.
1 parent d03b8c1 commit 9ee2a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/samples/docker-monitoring/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125
volumes:
126126
- ./prometheus.yml:/etc/prometheus/prometheus.yml
127127
networks:
128-
- pyaleph-api
128+
- pyaleph
129129
- grafana
130130

131131
grafana:

0 commit comments

Comments
 (0)