Skip to content

Commit

Permalink
Merge pull request #4294 from systeminit/fnichol/tile-prometheus-9091
Browse files Browse the repository at this point in the history
chore(tilt): change host-mounted port of Prometheus to 9091
  • Loading branch information
fnichol authored Aug 7, 2024
2 parents 52d22ed + 2d52dfb commit cf23f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:
#<<: *loki-logged-service
image: prom/prometheus
ports:
- "9000:9090"
- "9091:9090"
volumes:
- "./prometheus-config/config.yml:/etc/prometheus/prometheus.yml"
depends_on:
Expand Down

0 comments on commit cf23f48

Please sign in to comment.