default password length + MySQL-PWD

This commit is contained in:
pLAn3tT30 2022-06-06 16:04:20 +02:00 committed by GitHub
parent e798801f3b
commit 001bbde9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,6 @@ LXC_UNPRIVILEGED="1"
# enable nesting feature
LXC_NESTING="1"
# MySQL Password
MYSQL_PASSWORD="$(random_password)"