mirror of https://github.com/docker/compose.git
7 lines
96 B
YAML
7 lines
96 B
YAML
|
version: '2.1'
|
||
|
services:
|
||
|
demo:
|
||
|
extends:
|
||
|
file: healthcheck-1.yml
|
||
|
service: demo
|