mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
19 lines
297 B
YAML
19 lines
297 B
YAML
version: '3'
|
|
|
|
services:
|
|
wg:
|
|
image: ngoduykhanh/wireguard-ui:latest
|
|
container_name: wgui
|
|
ports:
|
|
- 5000:5000
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: 50m
|
|
volumes:
|
|
- wgdb:/app/db
|
|
- wgconf:/etc/wireguard
|
|
|
|
volumes:
|
|
wgdb:
|
|
wgconf:
|