This commit is contained in:
Guillaume Destuynder 2018-10-19 07:14:40 -07:00
Родитель 5a1f32b7c4
Коммит 43189ee2b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 956347F6FBF3A415
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -156,7 +156,7 @@ services:
mq_eventtask:
image: mozdef/mozdef_mq_eventtask
restart: always
command: bash -c 'sleep 90 && source /opt/mozdef/envs/python/bin/activate && python esworker_eventtask.py -c esworker_eventtask.conf'
command: bash -c 'source /opt/mozdef/envs/python/bin/activate && python esworker_eventtask.py -c esworker_eventtask.conf'
scale: 1
depends_on:
- base