Chuck Lantz 2019-09-10 07:09:26 -07:00 коммит произвёл GitHub
Родитель aef6926143
Коммит 57f759bc43
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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"