From a2f4b4d2e285c25af7447875cf687a2b8f8e74e1 Mon Sep 17 00:00:00 2001 From: Gianclgar Date: Sun, 23 Mar 2025 00:31:59 +0100 Subject: [PATCH] Update docker-compose.yml Make PASSWORD_HASH more error proof --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dd450ed9..1758cfdf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,8 @@ services: - WG_HOST=raspberrypi.local # Optional: - # - PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG (needs double $$, hash of 'foobar123'; see "How_to_generate_an_bcrypt_hash.md" for generate the hash) + # For PASSWORD_HASH -> needs double $$, hash of 'foobar123' and NO QUOTES ('); see "How_to_generate_an_bcrypt_hash.md" to generate the hash + # - PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG # - PORT=51821 # - WG_PORT=51820 # - WG_CONFIG_PORT=92820