/
githubmirror
/
compose
Обзор
Документация
Войти
/
githubmirror
/
compose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/e2e/fixtures/pause/compose.yaml
17 строк
342 B
Milas Bowman
test: tweak pause test to try and prevent failures in Windows CI
27 фев 2023, 22:20
27 фев 2023, 22:20
e31b95c
Код
Авторство
О чём код?
services: a: image: nginx:alpine ports: [80] healthcheck: test: wget --spider -S -T1 http://localhost:80 interval: 1s timeout: 1s b: image: nginx:alpine ports: [80] depends_on: - a healthcheck: test: wget --spider -S -T1 http://localhost:80 interval: 1s timeout: 1s