docker-compose.yml 83 B

123456
  1. apache:
  2. build: ./
  3. ports:
  4. - "80:80"
  5. volumes:
  6. - "../../:/var/www/html"