From 9078a0ba6d0708f357729e20de0cf1bf9009fdaa Mon Sep 17 00:00:00 2001 From: olibrian Date: Fri, 14 Aug 2020 08:25:39 +0200 Subject: [PATCH] Remove redundant php option Update README.md remove redundant PHP options descriptions --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 758e7673..97442425 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,6 @@ If the `MAUTIC_DB_NAME` specified does not already exist on the given MySQL serv - `-e PHP_MAX_UPLOAD=...` (defaults to `20M`) Set PHP upload max file size - `-e PHP_MAX_EXECUTION_TIME=...` (defaults to `300`) Set PHP max execution time -### PHP options -- `-e PHP_INI_DATE_TIMEZONE=...` (defaults to `UTC`) Set PHP timezone -- `-e PHP_MEMORY_LIMIT=...` (defaults to `256M`) Set PHP memory limit -- `-e PHP_MAX_UPLOAD=...` (defaults to `20M`) Set PHP upload max file size -- `-e PHP_MAX_EXECUTION_TIME=...` (defaults to `300`) Set PHP max execution time - - ### Persistent Data Volumes On first run Mautic is unpacked at `/var/www/html`. You need to attach a volume on this path to persist data.