REQUIRES MIGRATION (see below)
Couple more significant enhancements:
- rolled back to use local directory for Wordpress files 🤦
It's just too convenient to have easy access to any Wordpress file in code editor, even if it seems like antipattern, but ease of development is primary goal of dockerpresso.
Wordpress files will be now available inwordpress_directory
. - this resolved a problem cause by trying to download Wordpress on every
up
- added
WORDPRESS_VERSION
env variable to control which version of Wordpress is used - updated and improved overall documentation
MIGRATION
Existing projects should be rebuild by running following commands.
THIS WILL OVERWRITE all dockerpresso files and custom changes needs manual porting.
# make sure latest version of dockerpresso is installed
dockerpresso destroy
dockerpresso init
# edit docker-compose.yml and optionally other files since they were just overwritten
dockerpresso up