added tip for vaultwarden secret

This commit is contained in:
Snogard 2025-03-07 19:45:03 +01:00
parent 59e20f2d78
commit 8a5f61a6a7

View File

@ -65,6 +65,11 @@ res=$(($?+$res))
if [[ $res -gt 0 ]]; then
echo "[NOTE] $secred_db_url, must be in this format:
mysql://[user]:[password]@$containerName_db:3306/$db_name
replace [user] with the same value in $secret_db_user
replace [password] with the same value in $secret_db_password"
exit 1
fi