/
githubmirror
/
compose
Обзор
Документация
Войти
/
githubmirror
/
compose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/e2e/fixtures/start_interval/compose.yaml
15 строк
261 B
Nicolas De Loof
e2e test for start_interval
30 апр 2025, 12:08
30 апр 2025, 12:08
0403f0d
Код
Авторство
О чём код?
services: test: image: "nginx" healthcheck: interval: 30s start_period: 10s start_interval: 1s test: "/bin/true" error: image: "nginx" healthcheck: interval: 30s start_interval: 1s test: "/bin/true"