From bfeae3a4ed30fd42928f3de9effd1dccbdf6a0de Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:43:30 -0300 Subject: [PATCH] chore: document post_install_commands Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8eaea23..8e65197 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ services: - woocommerce # Plugins installed from a .zip URL (e.g. GitHub Releases or S3). + # Optional: post_install_commands — list of shell commands run after installing + # (and on every container start if the plugin directory already exists). + # Commands run as www-data from the WordPress root (/var/www/html). + # The env var PLUGIN_DIR is set to the absolute plugin directory path. wordpress_archive_plugins: - slug: my-premium-plugin source: https://example.com/releases/my-premium-plugin-1.0.0.zip