From bfd7ef9e4629ca96610863e1e65193f8235123b4 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:24:57 +0200 Subject: [PATCH] docker-compose.yml: fixup use '' for hashed Password otherwise docker think it is an env variable and set it to blank --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7ebb812d..b022a35e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: # Optional: # - PASSWORD=foobar123 (deprecated use `PASSWORD_HASH` instead) - # - PASSWORD_HASH=$2y$05$Ci... + # - PASSWORD_HASH='$2y$10$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG' (hash of 'foobar123') # - PORT=51821 # - WG_PORT=51820 # - WG_CONFIG_PORT=92820