asus c65e1fd039 - in notes : added duplicator infos
- in wp dockerfil : added php7-session
- in wp entrypoint : mv creation of plugins symlinks outside
  "if wp is installed" block
2024-02-13 22:09:51 +01:00
2024-02-13 22:09:51 +01:00
2024-02-01 15:30:33 +01:00
2024-02-13 22:09:51 +01:00

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..
  • you can change its location inside model.env
  • this plugin repository is a volume, so changes inside of it takes immediat effect
Description
No description provided
Readme 6.6 MiB
Languages
Dockerfile 40.2%
Makefile 30.3%
Shell 29.5%