Skip to content

Commit 79fd276

Browse files
committed
Merge branches 'feature/php.ini' and 'feature/php.ini' of github.com:Monogramm/docker-mautic-base into feature/php.ini
2 parents e19871c + b6b4afa commit 79fd276

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ If the `MAUTIC_DB_NAME` specified does not already exist on the given MySQL serv
9494
- `-e PHP_MAX_UPLOAD=...` (defaults to `20M`) Set PHP upload max file size
9595
- `-e PHP_MAX_EXECUTION_TIME=...` (defaults to `300`) Set PHP max execution time
9696

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+
97103

98104
### Persistent Data Volumes
99105

0 commit comments

Comments
 (0)