10 – Changing PHP and Docker settings
April 2, 2018 4:18 pm
You can make changes to PHP and Docker files (the ones that don’t have .in extension).
Change PHP settings in config/php.ini after starting WordPressify. To make your changes active, restart PHP:
npm run env:restart
If you make changes to Dockerfile or docker-compose.yml, then you must rebuild containers:
npm run env:rebuild
Continue to:
11 – Deployment