start work on new editions
This commit is contained in:
Marco Ochse
2018-06-07 16:39:13 +02:00
parent 09ad1941b7
commit 42577b6016
4 changed files with 373 additions and 3 deletions

View File

@ -21,7 +21,7 @@ services:
nofile:
soft: 65536
hard: 65536
mem_limit: 2g
mem_limit: 4g
ports:
- "127.0.0.1:64298:9200"
image: "dtagdevsec/elasticsearch:1804"

View File

@ -9,7 +9,7 @@ services:
restart: always
stop_signal: SIGINT
environment:
# For ET Pro ruleset replace <OPEN> with your OINKCODE
# For ET Pro ruleset replace "OPEN" with your OINKCODE
- OINKCODE=OPEN
network_mode: "host"
cap_add:

View File

@ -15,4 +15,3 @@ services:
- /home/wetty/.ssh/:uid=2000,gid=2000
image: "dtagdevsec/wetty:1804"
read_only: true