version: "2" services: webserver: image: php:8.2.0-apache ports: - "8181:80" volumes: - ./src:/var/www/html