mirror of https://github.com/docker/compose.git
6 lines
129 B
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'
|