c65e1fd03995c05b4b1e6c4f467cd591b2c25cbe
- in wp dockerfil : added php7-session - in wp entrypoint : mv creation of plugins symlinks outside "if wp is installed" block
to start :
this repo uses submodule fo env_generator, so after cloning you need to do :
git submodule init
git submodule update
or
git submodule update --init --recursive
PLUGINS :
- this wordpress container allow you to have a plugins repository outside of
- by default it's in the parent repo :
- parent-repo/
- stuff..
- plugins/
- wordpress_docker/
- stuff..
- parent-repo/
- you can change its location inside
model.env - this plugin repository is a volume, so changes inside of it takes immediat effect
Description
Languages
Dockerfile
40.2%
Makefile
30.3%
Shell
29.5%