kompose/script/test/fixtures/healthcheck/docker-compose.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

13 lines
202 B
YAML

version: "3"
services:
redis:
image: redis
labels:
kompose.service.type: headless
healthcheck:
test: echo "hello world"
interval: 10s
timeout: 1s
retries: 5