mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2025-07-20 14:20:57 +02:00

Single binary build Use go rice for embedding the static files and templates to the binary file
17 lines
298 B
YAML
17 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
|