compose/pkg/e2e/fixtures/ups-deps-stop/orphan.yaml

6 lines
129 B
YAML

services:
orphan:
image: alpine
init: true
command: /bin/sh -c 'while true; do echo "hello orphan"; sleep 1; done'