The hashed password will get printed on your terminal. Copy it and use on the `PASSWORD_HASH` environment variable.
The hashed password will get printed on your terminal. Copy it and use on the `PASSWORD_HASH` environment variable in your docker compose.
If you are using `docker run` for running wg-easy, you must enclose the hash string in single quotes (`'...'`).
If you are using `docker run` instead of docker compose for running wg-easy, you must enclose the hash string in single quotes (`'...'`) and unescape the dollar signs. You can use this command instead: