compose.yaml 128 B

123456789
  1. services:
  2. nginx:
  3. build: nginx-build
  4. ports:
  5. - 8070:80
  6. nginx2:
  7. build: nginx-build2
  8. image: custom-nginx