Skip to content

Commit f5fc8a5

Browse files
committed
port number change
1 parent 6c425c1 commit f5fc8a5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ services:
8181

8282
prometheus:
8383
image: prom/prometheus:v2.53.4
84-
container_name: prometheus
8584
volumes:
8685
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
8786
command:
@@ -93,7 +92,6 @@ services:
9392

9493
grafana:
9594
image: grafana/grafana:latest
96-
container_name: grafana
9795
depends_on:
9896
- prometheus
9997
ports:

frankenphp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Go to - http://localhost:8080/
2020

2121
Check franken metric is up
2222

23-
go to http://localhost:2020/metrics
23+
go to http://localhost:2019/metrics
2424

2525
Find CTRL / CMD + F `frankenphp_total_threads`
2626

0 commit comments

Comments
 (0)