Base Apache and PHP distribution.
Serves files under APACHE_DOCUMENT_ROOT.
Mail is sent using ssmtp
php:x Apache + mod_phpphp:x-dev Development toolsENV APACHE_DOCUMENT_ROOT /var/www/html
ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
ENV PHP_MEMORY_LIMIT 128M
ENV PHP_SESSION_SAVE_HANDLER files
ENV PHP_SESSION_SAVE_PATH /var/lib/php5/sessions
ENV PHP_UPLOAD_MAX_FILESIZE 50M
ENV PHP_POST_MAX_SIZE 50M
ENV PHP_SHORT_OPEN_TAG Off
ENV PHP_MAX_INPUT_VARS 1000
ENV PHP_MAX_EXECUTION_TIME 30
ENV APC_SHM_SIZE 128M
ENV OPCACHE_ENABLE 1
ENV OPCACHE_FAST_SHUTDOWN 0
ENV OPCACHE_MEMORY_COMSUPTION 64
ENV OPCACHE_REVALIDATE_PATH 1
ENV OPCACHE_MAX_ACCELERATED_FILES 7963
ENV OPCACHE_INTERNED_STRINGS_BUFFER 4
ENV OPCACHE_VALIDATE_TIMESTAMPS 1
ENV OPCACHE_REVALIDATE_FREQ 15
ENV OPCACHE_SAVE_COMMENTS 1
ENV SMTP_SERVER mailout
ENV SMTP_USER ""
ENV SMTP_PASS ""
ENV SMTP_METHOD LOGIN
The -dev image includes
debug mode and it connecting to 172.17.0.1 on port 9003.To use the debugger, install one of the browser extensions below
| Chrome | Firefox | Internet Exporer | Safari | Opera |
|---|---|---|---|---|
| Xdebug Helper | Xdebug Helper or XDebug-ext | PHPStorm Bookmarklets Generator | Xdebug Toggler | PHPStorm Bookmarklets Generator |
Settings can be configured using the XDEBUG_CONFIG environment variable.
The default configuration is
XDEBUG_CONFIG="client_host=172.17.0.1 client_port=9003"
Content type
Image
Digest
sha256:b41bb108f…
Size
145.7 MB
Last updated
over 1 year ago
docker pull bravado/php:8.2