kompose/script/test/fixtures/healthcheck/docker-compose-only-command.yaml
2018-02-09 11:10:03 +08:00

8 lines
98 B
YAML

version: "3"
services:
redis:
image: redis
healthcheck:
test: echo "hello world"