mirror of https://github.com/docker/compose.git
7 lines
81 B
YAML
7 lines
81 B
YAML
|
|
||
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: /bin/sleep 300
|
||
|
ports:
|
||
|
- '3000'
|