compose/pkg/e2e/fixtures/build-test/compose.yaml

10 lines
128 B
YAML

services:
nginx:
build: nginx-build
ports:
- 8070:80
nginx2:
build: nginx-build2
image: custom-nginx