bee password

This commit is contained in:
Blair Vanderlugt 2021-01-25 18:25:24 -08:00
parent 03dd3190b6
commit 21605a14fe
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
container_name: bee
environment:
BEE_NETWORK_ID: ${BEE_NETWORK_ID:-313}
BEE_PASSWORD: $BEE_PASSWORD
BEE_PASSWORD: ${BEE_PASSWORD:-password}
ports:
- 1633
- 1635