simple-single-service.yaml 76 B

123456
  1. version: "3"
  2. services:
  3. simple:
  4. image: nginx
  5. ports:
  6. - "80:80"