Merge pull request #1433 from gmasse/elk-update

Update ELK container
This commit is contained in:
Erik Wramner 2020-03-22 08:55:05 +01:00 committed by GitHub
commit 10cac7e755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 5 deletions

View file

@ -38,12 +38,17 @@ services:
command: ["filebeat", "-e", "--strict.perms=false"]
restart: always
elk:
build: elk
build:
context: elk
args:
- MAXMIND_LICENSE
ports:
- "5601:5601"
- "9200:9200"
- "5044:5044"
- "5000:5000"
env_file:
- elk/.env
restart: always
volumes: