mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-24 19:52:56 +03:00
Fixes security issue & Adds support to sent configuration via email (#83)
This commit is contained in:
parent
7edcd1b80c
commit
1711530dda
13 changed files with 335 additions and 76 deletions
|
@ -2,8 +2,14 @@ version: '3'
|
|||
|
||||
services:
|
||||
wg:
|
||||
image: ngoduykhanh/wireguard-ui:latest
|
||||
build: .
|
||||
#image: ngoduykhanh/wireguard-ui:latest
|
||||
container_name: wgui
|
||||
environment:
|
||||
- SENDGRID_API_KEY
|
||||
- EMAIL_FROM
|
||||
- EMAIL_FROM_NAME
|
||||
- SESSION_SECRET
|
||||
ports:
|
||||
- 5000:5000
|
||||
logging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue