mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-08 00:56:58 +03:00
consume variables to set username and password otherwise use defaults (#90)
This commit is contained in:
parent
1711530dda
commit
acbe5b48e9
2 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
version: '3'
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
wg:
|
||||
|
@ -10,6 +10,9 @@ services:
|
|||
- EMAIL_FROM
|
||||
- EMAIL_FROM_NAME
|
||||
- SESSION_SECRET
|
||||
- WGUI_USERNAME=alpha
|
||||
- WGUI_PASSWORD=this-unusual-password
|
||||
|
||||
ports:
|
||||
- 5000:5000
|
||||
logging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue