/
githubmirror
/
compose
Обзор
Документация
Войти
/
githubmirror
/
compose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/e2e/fixtures/hooks/compose.yaml
14 строк
261 B
Guillaume Lours
don't fail down cmd if services with pre_stop hook already stopped/removed
27 июн 2025, 15:41
27 июн 2025, 15:41
d219aa6
Код
Авторство
О чём код?
services: sample: image: nginx volumes: - data:/data pre_stop: - command: sh -c 'echo "In the pre-stop" >> /data/log.txt' test: image: nginx post_start: - command: sh -c 'echo env' volumes: data: name: sample-data