Skip to main content
Version: v3 (latest✅)

PHP

display_errors

By default display_errors is set to Off in the php.ini file.

memory_limit

By default memory_limit is set to 128M in the php.ini file.

⚙️ Configuration

VariableDefaultValuesDetails
DISPLAY_ERRORSOffOn
Off
MEMORY_LIMIT128M<size>
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e DISPLAY_ERRORS=Off
  • ...with --env-file .env and place DISPLAY_ERRORS=Off in the file
See installation page for more details.