-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
## Description
The `wordfence` WordPress plugin severely degrades WP-CLI performance on Docker. Enabling it results in WP-CLI commands taking approximately 10-20 times longer.
This does not happen…
-
**Describe the bug**
Hi guys, thanks for all the work you have done here. I'm just starting to use this plugin for a new project and I'm getting `Internal server error` as response to simple `orders`…
-
1.16 Running a WordPress Blog Using Two Linked Containers
7.1 Using Docker Compose to Create a WordPress Site
Both examples ends up with "Error establishing a database connection" when opening http:/…
-
`WORDPRESS_CONFIG_EXTRA` should allow for arbitrary additions to **wp-config.php** in docker environments. Tried it tonight and it didn't work.
Sort of documented in [docker-library/wordpress#142]…
-
I tried following:
- `docker exec -it vpdev_wordpress_1 wp vp apply-changes`
- `docker-compose exec wordpress wp vp apply-changes`
Everytime it ends with error:
`Error: Maintenance mode couldn't…
-
**User Statement:**
As a container developer, network isolation and firewalls are important to me. I want to create a simple classic app in which containers talk on an internal bridge network and o…
-
Could it be possible for the WordPress docker image to provide a php dependency only tag variant ?
The regular image currently provides a zip with a version of WordPress and a custom entry point. B…
-
`reload` helper command should extend `wp shell` to reload WordPress context during the session.
In our Docker setup we can do: `yarn docker:wp shell` to use WP-CLI shell.
Because each `wp shell…
-
I want to proxy `wordpress` at 80 and 443, proxy `adminer` at 8080.
```yaml
version: "3.7"
services:
db:
image: mysql
container_name: mysql
command: mysqld --default-authentic…