From 2feb1ec8c8bff69162f8e8b179486b1800ff6856 Mon Sep 17 00:00:00 2001 From: Theis Date: Wed, 21 Jan 2026 13:05:41 +0100 Subject: [PATCH] hash --- docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 92f4b0c..28bf233 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -78,7 +78,7 @@ services: - PORT=51821 # Admin Passwort (als bcrypt hash) - Ändere dies! # Generiere einen neuen Hash mit: docker run -it ghcr.io/wg-easy/wg-easy wgpw 'DEIN_PASSWORT' - - "PASSWORD_HASH=$2a$12$NcTLIp6gMnPoJ9rxSLf1pOEvxtoEfofOsGFUBxIAGoQJ0SbAVxK82" + - PASSWORD_HASH="$2a$12$NcTLIp6gMnPoJ9rxSLf1pOEvxtoEfofOsGFUBxIAGoQJ0SbAVxK82" # Internes Subnetz für VPN-Clients - WG_DEFAULT_ADDRESS=10.14.14.x # DNS Server für VPN-Clients (zeigt auf unseren dnsmasq)