/pimcore-docker

Docker PHP Image for Pimcore 5

Primary LanguageDockerfile

Pimcore PHP-FPM Image

Supported tags and respective Dockerfile links

These images are supposed to be used for DEV only. Because they include and activate Xdebug by default!

Images come with PHP-FPM and all requirements needed by Pimcore, these requirements exist of following applications:

  • PHP-Extensions
  • ffmpeg
  • pngcrush
  • jpegoptim
  • exiftool
  • wkhtmltox
  • mozjpeg
  • zopflipng
  • pngout
  • advpng
  • xdebug

Apache Images

Images suffixed with apache have the apache and php-fpm in one container. This is due to easier fix of permission issues.

Debug Images

Images suffiex with debug have xdebug installed. You can deactivate xdebug with env variable PHP_DEBUG=0.