mirror of
https://github.com/docker/compose.git
synced 2025-11-19 05:10:29 +01:00
12 lines
167 B
YAML
12 lines
167 B
YAML
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
expose:
|
|
- '3000'
|
|
- '3001/tcp'
|
|
- '3001/udp'
|
|
- '3002-3003'
|
|
- '3004-3005/tcp'
|
|
- '3006-3007/udp'
|