mirror of
https://github.com/docker/compose.git
synced 2026-07-10 18:24:10 +00:00
8 lines
119 B
YAML
8 lines
119 B
YAML
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
ports:
|
|
- '3000'
|
|
- '49152:3001'
|
|
- '49153-49154:3002-3003'
|