mirror of https://github.com/docker/compose.git
10 lines
165 B
YAML
10 lines
165 B
YAML
|
version: '2.1'
|
||
|
services:
|
||
|
demo:
|
||
|
image: foobar:latest
|
||
|
healthcheck:
|
||
|
test: ["CMD", "/health.sh"]
|
||
|
interval: 10s
|
||
|
timeout: 5s
|
||
|
retries: 36
|