version: "3.9" services: php: build: context: . dockerfile: docker/php/Dockerfile container_name: itschool-php84 volumes: - ./src:/var/www/html ports: - "8080:80"