version: "3.9" services: web: build: ./app ports: - "8000:80" volumes: - ./app/html:/var/www/html depends_on: - php php: image: php:8.4-fpm volumes: - ./app/html:/var/www/html