Update docker-compose.elk.yml.dist

This commit is contained in:
strarsis 2017-03-16 16:12:16 +01:00 committed by GitHub
parent b443ef099a
commit f1c67eda55
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
- ENABLE_ELK_FORWARDER=1
cap_add:
- NET_ADMIN
restart: always
elk:
build: elk
ports:
@ -28,6 +29,7 @@ services:
- "9200:9200"
- "5044:5044"
- "5000:5000"
restart: always
volumes:
maildata: