mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-02 19:18:05 +01:00
update logstash command
This commit is contained in:
@@ -7,7 +7,7 @@ elasticsearch:
|
||||
ES_JAVA_OPTS: "-Xms1g -Xmx1g"
|
||||
logstash:
|
||||
image: logstash:5
|
||||
command: /usr/share/logstash/bin/logstash --path.settings /etc/logstash/
|
||||
command: --path.settings /etc/logstash/
|
||||
volumes:
|
||||
- ./logstash/config:/etc/logstash/conf.d
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user