We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e19871c + b6b4afa commit 79fd276Copy full SHA for 79fd276
README.md
@@ -94,6 +94,12 @@ If the `MAUTIC_DB_NAME` specified does not already exist on the given MySQL serv
94
- `-e PHP_MAX_UPLOAD=...` (defaults to `20M`) Set PHP upload max file size
95
- `-e PHP_MAX_EXECUTION_TIME=...` (defaults to `300`) Set PHP max execution time
96
97
+### PHP options
98
+- `-e PHP_INI_DATE_TIMEZONE=...` (defaults to `UTC`) Set PHP timezone
99
+- `-e PHP_MEMORY_LIMIT=...` (defaults to `256M`) Set PHP memory limit
100
+- `-e PHP_MAX_UPLOAD=...` (defaults to `20M`) Set PHP upload max file size
101
+- `-e PHP_MAX_EXECUTION_TIME=...` (defaults to `300`) Set PHP max execution time
102
+
103
104
### Persistent Data Volumes
105
0 commit comments