This commit is contained in:
Marco Ochse
2018-05-07 10:17:33 +00:00
parent 85aa874f5e
commit a5745cbeb1
12 changed files with 25 additions and 24 deletions

View File

@ -1,6 +1,4 @@
# T-Pot (Standard)
# For docker-compose ...
version: '2.2'
version: '2.3'
services:

View File

@ -50,5 +50,4 @@ HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:9600'
# Start logstash
#USER logstash:logstash
#CMD update.sh && exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
CMD exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
CMD update.sh && exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf

View File

@ -1,4 +1,4 @@
version: '2.2'
version: '2.3'
services: