From f5f05703a052a04e29337604c2caccf1e5a597fe Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Fri, 8 Aug 2025 14:46:32 +0200 Subject: [PATCH] Update init script (#1098) --- dockerfiles/s6-scripts/init/script | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfiles/s6-scripts/init/script b/dockerfiles/s6-scripts/init/script index 62e17ee04..4e644e65a 100644 --- a/dockerfiles/s6-scripts/init/script +++ b/dockerfiles/s6-scripts/init/script @@ -65,6 +65,7 @@ if [ ! -f /secrets/admin_password_hash ]; then echo "[init] → Admin password hash saved to /secrets/admin_password_hash" else echo "[init] → Admin password hash already exists" + echo "[init] (to reset the admin password, delete the file ./secrets/admin_password_hash and restart the container)" fi # Read PostgreSQL password for database initialization