mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-24 19:52:56 +03:00
Single binary build (#10)
Single binary build Use go rice for embedding the static files and templates to the binary file
This commit is contained in:
parent
b741a915ae
commit
9a27cc366f
12 changed files with 169 additions and 34 deletions
|
@ -2,7 +2,8 @@ version: '3'
|
|||
|
||||
services:
|
||||
wg:
|
||||
image: ngoduykhanh/wireguard-ui:latest
|
||||
#image: ngoduykhanh/wireguard-ui:latest
|
||||
image: wgui:latest
|
||||
container_name: wgui
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
@ -12,4 +13,4 @@ services:
|
|||
max-size: 50m
|
||||
volumes:
|
||||
- ./db:/app/db
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
# - /etc/wireguard:/etc/wireguard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue