kompose/script/test/fixtures/healthcheck/docker-compose-only-command.yaml
Hang Yan f3412a7399 Add headless service type label
Also remove the relation between restart and service create
2018-04-15 00:23:48 +08:00

10 lines
147 B
YAML

version: "3"
services:
redis:
image: redis
labels:
kompose.service.type: headless
healthcheck:
test: echo "hello world"