mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
10 lines
117 B
YAML
10 lines
117 B
YAML
service1:
|
|
image: busybox
|
|
ports:
|
|
- "80"
|
|
command: sleep 100
|
|
|
|
service2:
|
|
image: busybox
|
|
command: sleep 100
|