Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 248b5ca

Browse files
author
Chris Wiechmann
committed
Update docker-compose.yml
1 parent acb3f40 commit 248b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
- 5044:5044
8181
volumes:
8282
- ${PWD}/logstash/pipeline/pipeline.conf:/usr/share/logstash/pipeline/pipeline.conf
83-
- ${PWD}/logstash/config/traffic_details_index_template.json:/usr/share/logstash/config/traffic_details_index_template.json.json
83+
- ${PWD}/logstash/config/traffic_details_index_template.json:/usr/share/logstash/config/traffic_details_index_template.json
8484
command: logstash --path.config /usr/share/logstash/pipeline/pipeline.conf --pipeline.batch.size 20 --pipeline.workers 1 --log.level info
8585
depends_on:
8686
- elasticsearch1

0 commit comments

Comments
 (0)