services: web: image: vulhub/ffmpeg:3.2.4-with-php command: php -S 0.0.0.0:8080 -t /var/www/html volumes: - ./www/index.php:/var/www/html/index.php ports: - "8080:8080"