mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-18 19:49:30 +03:00

Single binary build Use go rice for embedding the static files and templates to the binary file
16 lines
298 B
YAML
16 lines
298 B
YAML
version: '3'
|
|
|
|
services:
|
|
wg:
|
|
#image: ngoduykhanh/wireguard-ui:latest
|
|
image: wgui:latest
|
|
container_name: wgui
|
|
ports:
|
|
- 5000:5000
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: 50m
|
|
volumes:
|
|
- ./db:/app/db
|
|
# - /etc/wireguard:/etc/wireguard
|