mirror of https://github.com/docker/compose.git
10 lines
128 B
YAML
10 lines
128 B
YAML
|
services:
|
||
|
nginx:
|
||
|
build: nginx-build
|
||
|
ports:
|
||
|
- 8070:80
|
||
|
|
||
|
nginx2:
|
||
|
build: nginx-build2
|
||
|
image: custom-nginx
|