Skip to content

Commit

Permalink
Fix : prometheus mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
TaetaetaE01 committed Dec 8, 2024
1 parent f0d108b commit c568f90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ services:
image: prom/prometheus:latest
container_name: prometheus
volumes:
- prometheus-data:/var/lib/prometheus
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- '9090:9090'
Expand Down Expand Up @@ -82,6 +81,5 @@ volumes:
external: true
grafana-provisioning:
external: true
prometheus-data:
external: true


0 comments on commit c568f90

Please sign in to comment.