From be9903690dd63ce3c2b2d30d2d62bc2f3f0e7462 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 20 Dec 2024 11:01:30 +0000 Subject: [PATCH] make slightly more user friendly --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5cdc0f..f0718f1 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ Note, the POSTFIXADMIN_SETUP_PASSWORD varaible contains dollar signs, so needs q ### Example docker run +Setup password is : mysecretpassword + ```bash docker run -e POSTFIXADMIN_DB_TYPE=mysqli \ -e POSTFIXADMIN_DB_HOST=whatever \ @@ -109,6 +111,7 @@ docker run -e POSTFIXADMIN_DB_TYPE=mysqli \ postfixadmin ``` +Then visit http://localhost:8080/setup.php. Use mysecretpassword to login to the page. ## Existing setup / with config.local.php