mirror of
https://github.com/docker/compose.git
synced 2025-08-17 23:58:14 +02:00
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
|