mirror of https://github.com/docker/compose.git
6 lines
85 B
YAML
6 lines
85 B
YAML
|
services:
|
||
|
a:
|
||
|
image: nginx:alpine
|
||
|
scale: 5
|
||
|
ports:
|
||
|
- "6005-6015:80"
|