Created
February 19, 2019 23:30
-
-
Save lucymtc/a0911b3401d0a3cba778569c4ed8f675 to your computer and use it in GitHub Desktop.
Add PHP 5.2 to wp-local-docker v2 ( Mac )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/10up/wp-local-docker-v2 | |
Create new environment. | |
Edit docker-compose.yml | |
- set phpfpm image: 'liukaitj/php52' | |
- comment line | |
# - './config/php-fpm/docker-php-ext-xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini' | |
Run 10updocker stop | |
Run 10updocker start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment