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