docker-compose.yml: PASSWORD_HASH is replacing PASSWORD

in nightly and next releases
This commit is contained in:
Philip H 2024-06-20 16:15:10 +02:00 committed by GitHub
parent 3613d26d4a
commit 9b6ac7cd8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ services:
- WG_HOST=raspberrypi.local
# Optional:
# - PASSWORD=foobar123 (without set PASSWORD_HASH is deprecated)
# - PASSWORD=foobar123 (deprecated, see readme)
# - PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG (needs double $$, hash of 'foobar123')
# - PORT=51821
# - WG_PORT=51820