version: '2'
services:
  nginx:
    image: php:8-apache
    ports:
      - 8000:80
    volumes:
      - ./index.php:/var/www/html/index.php
