1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 07:50:13 +01:00
WGDashboard/docker-compose.yml

19 lines
379 B
YAML
Raw Normal View History

2022-04-06 03:39:47 +02:00
version: "3.5"
services:
2022-04-10 15:26:54 +02:00
wgdashboard:
image: donaldzou/wgdashboard
2022-04-06 03:39:47 +02:00
build:
context: ./
dockerfile: ./Dockerfile
cap_add:
- NET_ADMIN
- SYS_MODULE
restart: unless-stopped
volumes:
- /lib/modules:/lib/modules
- ./src:/opt/wgdashboard
- ./config:/etc/wireguard
ports:
- 10086:10086
- 51820:51820/udp