added note about how to setup multiple local wordpress sites with docker

This commit is contained in:
asus
2024-02-13 21:00:06 +01:00
parent 06c4ca4375
commit 2a01db5a88

View File

@@ -64,4 +64,8 @@
(right access to plugin dir for example) (right access to plugin dir for example)
- or is it possible to run make as sudo, but inside of make only certain rules are made as sudo ? - or is it possible to run make as sudo, but inside of make only certain rules are made as sudo ?
- or is it possible to do everything without sudo ? - or is it possible to do everything without sudo ?
- **MULTIPLE SITES :**
- for the moment it's not possible to launch a second wordpress container
since it will use the same containers names
- so maybe doing something with prefixing names ?