forked from LaconicNetwork/kompose
8 lines
98 B
YAML
8 lines
98 B
YAML
version: "3"
|
|
|
|
services:
|
|
redis:
|
|
image: redis
|
|
healthcheck:
|
|
test: echo "hello world"
|