orphan.yaml 129 B

12345
  1. services:
  2. orphan:
  3. image: alpine
  4. init: true
  5. command: /bin/sh -c 'while true; do echo "hello orphan"; sleep 1; done'