π Generating Secrets and Hashes
Time to play with some secret codes! π΅οΈββοΈ
- Generate a secret:shCopy code
pwgen -N 1 -s 96
- Generate a SHA2 hash for your password:shCopy code
echo -n yourpassword | sha256sum
Use these values in your docker-compose.yml
. Itβs like putting a lock on your treasure chest! π΄ββ οΈ