From 6db6380b9e89a6d7eeac110c498c24149a7a6294 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 27 Nov 2020 02:50:23 -0700 Subject: [PATCH] show root password after initialization complete --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 4a6fc1f..e289897 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -115,6 +115,7 @@ done # execute commands passed to this container printf "\nInitialization complete... Container ready...\n" +printf "(sql root password: %s)\n\n" "$MYSQL_ROOT_PASSWORD" exec "$@" #EOF \ No newline at end of file