mirror of
https://github.com/docker/compose.git
synced 2026-07-10 02:11:34 +00:00
15 lines
318 B
YAML
15 lines
318 B
YAML
version: '3.2'
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
ports:
|
|
- target: 3000
|
|
- target: 3001
|
|
published: 53222
|
|
- target: 3002
|
|
published: 53223
|
|
protocol: tcp
|
|
- target: 3003
|
|
published: 53224
|
|
protocol: udp
|