removed password

This commit is contained in:
2026-01-21 13:38:31 +01:00
parent 2feb1ec8c8
commit 4970f80b70

View File

@@ -78,7 +78,7 @@ services:
- PORT=51821 - PORT=51821
# Admin Passwort (als bcrypt hash) - Ändere dies! # Admin Passwort (als bcrypt hash) - Ändere dies!
# Generiere einen neuen Hash mit: docker run -it ghcr.io/wg-easy/wg-easy wgpw 'DEIN_PASSWORT' # 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 # Internes Subnetz für VPN-Clients
- WG_DEFAULT_ADDRESS=10.14.14.x - WG_DEFAULT_ADDRESS=10.14.14.x
# DNS Server für VPN-Clients (zeigt auf unseren dnsmasq) # DNS Server für VPN-Clients (zeigt auf unseren dnsmasq)