Skip to content

Commit

Permalink
avoid exposing port 9090 to prevent clashes with other local services (
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored May 15, 2024
1 parent bba6f8b commit 6d16284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ services:
- ./monitoring/prometheus-config.yml:/etc/prometheus/prometheus.yml:Z
command:
- --config.file=/etc/prometheus/prometheus.yml
ports:
- 127.0.0.1:9090:9090
# ports:
# - 127.0.0.1:9090:9090
restart: on-failure:5
depends_on:
- postgres-exporter
Expand Down

0 comments on commit 6d16284

Please sign in to comment.