Chuck Lantz 2019-09-10 07:36:17 -07:00 коммит произвёл GitHub
Родитель 57f759bc43
Коммит 8a136fa1a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,5 +35,5 @@ services:
# - seccomp:unconfined
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
command: /bin/sh -c "while sleep 1000; do :; done"