# DEPRECATED Use the official PHP image and customize it. # Use composer run -d -v /path/sources:/sources -v /path/to/vhost:/etc/apache2/sites-enabled macintoshplus/apache2-php:php73 # Exemple of VHost ``` ServerAdmin admin@domain.tld DocumentRoot /sources/public Header set Server "DOCKER" Options FollowSymLinks AllowOverride All Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined ```