consume variables to set username and password otherwise use defaults (#90)

This commit is contained in:
Robin Horton 2021-08-24 12:41:52 -07:00 committed by GitHub
parent 1711530dda
commit acbe5b48e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View file

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