version: '3.8' services: web: image: php:8.2-apache container_name: bootstrap_app ports: - "8080:80" volumes: - ./:/var/www/html:Z