From a8c888d1c67081173d4e6c057ea1b1e2615c0e29 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:40:50 -0300 Subject: [PATCH] chore: simplify default password Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eaea23..163d1b4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ services: # Set one shared password and choose one strategy: # - reset all local users, or # - reset only one specific user login/email/ID. - WORDPRESS_LOCAL_USERS_PASSWORD: ${WORDPRESS_LOCAL_USERS_PASSWORD:-localdev123} + WORDPRESS_LOCAL_USERS_PASSWORD: ${WORDPRESS_LOCAL_USERS_PASSWORD:-admin} WORDPRESS_LOCAL_RESET_ALL_USERS_PASSWORDS: ${WORDPRESS_LOCAL_RESET_ALL_USERS_PASSWORDS:-1} WORDPRESS_LOCAL_RESET_PASSWORD_FOR_USER: ${WORDPRESS_LOCAL_RESET_PASSWORD_FOR_USER:-} # Inline YAML config for automatic plugin/theme installation.