This commit is contained in:
Jeff Bryner 2019-01-15 09:34:10 -08:00
Родитель 15ccf7c9ca
Коммит 937681a001
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: docker/compose/mozdef_rest/Dockerfile
restart: always
command: bash -c 'source /opt/mozdef/envs/python/bin/activate && python index.py -c index.conf'
command: bash -c 'python index.py -c index.conf'
depends_on:
- base
- elasticsearch

Просмотреть файл

@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: docker/compose/mozdef_sampledata/Dockerfile
restart: always
command: bash -c 'source /opt/mozdef/envs/python/bin/activate && /opt/mozdef/envs/mozdef/examples/demo/sampleevents.sh'
command: bash -c '/opt/mozdef/envs/mozdef/examples/demo/sampleevents.sh'
links:
- elasticsearch
depends_on: