Skip to content

More significant enhancements

Latest
Compare
Choose a tag to compare
@michaloo michaloo released this 03 Oct 21:57
· 1 commit to master since this release

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 in wordpress_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