kamalmahmudi/apache-php

By kamalmahmudi

Updated 6 months ago

Image

275

Apache + PHP

This docker image is based on php docker image. So, other configurations and other environment variables that work on php docker images will work on this image.

Enabled php extensions

bcmath bz2 exif gd gettext mongodb mysqli pdo pdo_mysql pdo_pgsql pgsql zip

Enabled apache modules

header rewrite

Additional features

  • Composer
  • Adminer
    you can access it using http://[container-address]/adminer
    you can disable it by a2disconf adminer

Run

docker run -d --name myserver -v /my/local/dir:/var/www/html -p 8000:80 kamalmahmudi/apache-php

Docker Pull Command

docker pull kamalmahmudi/apache-php