docker-compose
docker-compose copied to clipboard
How to generate password and SHA2 in Windows?
I run W10 and docker inside. How to generate these 2 environment variables?
You can use this https://serverfault.com/a/1122278/208062 on Windows for SHA256. For the password secret, you can really use any randomly generated string, it's being used as the seed for further encryption.
Deploy your own it-tools container, nice tools theirs also an sha generator: https://github.com/CorentinTh/it-tools