mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
15 lines
273 B
YAML
15 lines
273 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:
|
|
- ./db:/app/db
|
|
- /etc/wireguard:/etc/wireguard
|