Skip to content

Commit

Permalink
Fixing docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Aug 6, 2024
1 parent 49d8870 commit bc17407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
prometheus:
image: prom/prometheus:v2.8.0
volumes:
- ./docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./docker compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
Expand All @@ -42,6 +42,6 @@ services:
ports:
- 3000:3000
volumes:
- ./docker-compose/grafana/provisioning/:/etc/grafana/provisioning/
- ./docker-compose/grafana/grafana.ini:/etc/grafana/grafana.ini
- ./docker compose/grafana/provisioning/:/etc/grafana/provisioning/
- ./docker compose/grafana/grafana.ini:/etc/grafana/grafana.ini

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
prometheus:
image: prom/prometheus:v2.8.0
volumes:
- ./docker-compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
- ./docker compose/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
Expand All @@ -42,5 +42,5 @@ services:
ports:
- 3000:3000
volumes:
- ./docker-compose/grafana/provisioning/:/etc/grafana/provisioning/
- ./docker-compose/grafana/grafana.ini:/etc/grafana/grafana.ini
- ./docker compose/grafana/provisioning/:/etc/grafana/provisioning/
- ./docker compose/grafana/grafana.ini:/etc/grafana/grafana.ini

0 comments on commit bc17407

Please sign in to comment.