mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
21 lines
552 B
YAML
21 lines
552 B
YAML
services:
|
|
wireguard-dashboard:
|
|
image: repo.nerthus.nl/app/wireguard-dashboard:latest
|
|
restart: unless-stopped
|
|
container_name: wire-dash
|
|
environment:
|
|
#- global_dns=8.8.8.8 # <--- 1.1.1.1 is default
|
|
#- tz=Europe/Amsterdam # <--- Europe/Amsterdam is default
|
|
- public_ip=212.124.66.17
|
|
ports:
|
|
- 10086:10086/tcp
|
|
- 51820:51820/udp
|
|
volumes:
|
|
- wireguard_confs:/etc/wireguard
|
|
- wireguard_app:/opt/wireguardashboard/app
|
|
cap_add:
|
|
- NET_ADMIN
|
|
|
|
volumes:
|
|
wireguard_confs:
|
|
wireguard_app: |