21 lines
240 B
YAML
21 lines
240 B
YAML
|
nginx1:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8881:80"
|
||
|
nginx2:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8882:80"
|
||
|
nginx3:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8883:80"
|
||
|
nginx4:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8884:80"
|
||
|
nginx5:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "8885:80"
|