Browse Source

docker-compose.yml: PASSWORD_HASH is replacing PASSWORD

in nightly and next releases
pull/1134/head
Philip H 10 months ago
committed by GitHub
parent
commit
9b6ac7cd8d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -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

Loading…
Cancel
Save