fix: update WireGuard PASSWORD_HASH to a static value

This commit is contained in:
2026-01-20 20:06:44 +01:00
parent 7cf5b8df48
commit 5653d32857

View File

@@ -45,7 +45,7 @@ services:
- WG_DEFAULT_DNS=1.1.1.1
- WG_ALLOWED_IPS=172.25.0.0/24
- WG_PORT=51830
- PASSWORD_HASH=${WG_PASSWORD_HASH}
- PASSWORD_HASH=$2a$12$7kW2zTBqU4D0qFNnmVHybOBpxFnP2JeN8BUQjOnBc0F.Y/xMw5R5y
volumes:
- ./wireguard-data:/etc/wireguard
ports: