services: apache-php: container_name: apache-php build: context: . dockerfile: Dockerfile ports: - "8080:80" volumes: - ./html:/var/www/html environment: - APACHE_DOCUMENT_ROOT=/var/www/html