Mathieu Brunot
Mathieu Brunot
Hi @vivienlacourba I have the same issue. By any chance, do you see something like that in the startup logs: ``` [WARN] console - Removing user "ldapauth", because it has...
> What is the point of running `wp-cli` in wordpress container? `wp-cli` is not really a service (ie. it does not run in the background), but just tool to manage...
> > and do not want to manage your containers manually > > So why bundle `wp-cli`? When I say "_manage your containers manually_", I mean to manually create new...
It would make sense for a cronjob purpose , but otherwise it would be more problematic since you would need to stop the container first before switching to another WP...
> > need to stop the container first before switching to another WP instance... > > I don't get the point, can you explain with use case? It's as you...
> But if you have `wp-cli` in each wordpress instance, you have to do the same (change your command)? No you don't. That's the big advantage. When wp-cli is bundled...
> So you have a lot of wordpress sites in one `docker-compose.yaml` file if i understand that correctly? Well, that's not my use case, I usually only have one WordPress...
I think it would be a really nice feature to have and I actually see 2 ways to display it: * for "_regular_" users (part of NextCloud), this would make...
There are instructions in the README (cf "running this image with docker-compose"). Though they it be improved, a few things I can already mention based on your description: - don't...
Having some authentication page inside the app to not show the data to unauthenticated users would certainly be nice.