dokku-mariadb
dokku-mariadb copied to clipboard
password length
Hi
if possible reduce length of password to 16 character with this command $(< /dev/urandom tr -dc A-Za-z0-9 | head -c 16)
your generated pass is: NEQ0R2dReW1FNEowTngxMXErNEpFcTM3cko1QjFmcVhkT3V3ZHNMejJ4cz0K
and also give name to mariadb container. to link it to another container like phpmyadmin
thanks