- 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
This commit is contained in:
asus
2024-02-13 22:09:51 +01:00
parent 2a01db5a88
commit c65e1fd039
3 changed files with 13 additions and 6 deletions

View File

@@ -4,6 +4,10 @@
- `docker exec -ti <container-name> bash` to run bash inside a running container
- `docker logs <container_name>` to see the logs on standard output of a container
- `docker ps` to list the container, and see their names
- [duplicator](https://duplicator.com/knowledge-base/classic-install/)
in installer.php :
- delete first blank line
- close last line comment
#### todo :