Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove redundant php option #204

Open
wants to merge 1 commit into
base: mautic4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,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.
Expand Down