Skip to content

Commit

Permalink
chore($ELK): correct configuration file volume mapping
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Aug 29, 2021
1 parent 80512ef commit 597ed74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ services:
restart: always
volumes:
- ./configuration/logstash/logstash-maf.conf:/usr/share/logstash/pipeline/logstash.conf
- ./configuration/logstash/logstash-maf.yml:/usr/share/logstash/configuration/logstash.yml
- ./configuration/logstash/logstash-maf.yml:/usr/share/logstash/config/logstash.yml
networks:
muscle_and_fitness_network:

Expand All @@ -265,7 +265,7 @@ services:
- "5601:5601"
restart: always
volumes:
- ./configuration/kibana/kibana.yml:/usr/share/kibana/configuration/kibana.yml
- ./configuration/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml
networks:
muscle_and_fitness_network:

Expand Down

0 comments on commit 597ed74

Please sign in to comment.