Skip to content

Commit

Permalink
docker-compose.yml: PASSWORD_HASH is replacing PASSWORD
Browse files Browse the repository at this point in the history
in nightly and next releases
  • Loading branch information
pheiduck committed Jun 20, 2024
1 parent 3613d26 commit 9b6ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b6ac7c

Please sign in to comment.