docker-compose.yml: add missing PASSWORD_HASH option (#1121)

This commit is contained in:
Philip H 2024-06-20 11:46:03 +02:00 committed by GitHub
commit e0e2a6deba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ services:
- WG_HOST=raspberrypi.local
# Optional:
# - PASSWORD=foobar123
# - PASSWORD=foobar123 (deprecated use `PASSWORD_HASH` instead)
# - PASSWORD_HASH=$2y$05$Ci...
# - PORT=51821
# - WG_PORT=51820
# - WG_CONFIG_PORT=92820