From 2a01db5a88119e20ba5d54f9bd3fb7ea74f3ca71 Mon Sep 17 00:00:00 2001 From: asus Date: Tue, 13 Feb 2024 21:00:06 +0100 Subject: [PATCH] added note about how to setup multiple local wordpress sites with docker --- notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes.md b/notes.md index 40481da..48849eb 100644 --- a/notes.md +++ b/notes.md @@ -64,4 +64,8 @@ (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 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 ?