services: php-app: build: . ports: - "8080:80" volumes: - .:/var/www/html environment: - APACHE_RUN_USER=www-data - APACHE_RUN_GROUP=www-data