mirror of https://github.com/docker/compose.git
6 lines
84 B
YAML
6 lines
84 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
simple:
|
||
|
image: alpine
|
||
|
command: echo "Hi there!!"
|