apache:
  build: ./
  ports:
    - "80:80"
  volumes:
    - "../../:/var/www/html"
