Skip to content

Instantly share code, notes, and snippets.

@lucymtc
Created February 19, 2019 23:30
Show Gist options
  • Save lucymtc/a0911b3401d0a3cba778569c4ed8f675 to your computer and use it in GitHub Desktop.
Save lucymtc/a0911b3401d0a3cba778569c4ed8f675 to your computer and use it in GitHub Desktop.
Add PHP 5.2 to wp-local-docker v2 ( Mac )
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