version: '3.3' services: php: build: context: . dockerfile: dockerfile container_name: php73 image: php:7.3-apache volumes: - ./php:/var/www/html/ ports: - 80:80