mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
added tip for vaultwarden secret
This commit is contained in:
parent
59e20f2d78
commit
8a5f61a6a7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user