For some reason, cloning the GitHub (which has been simplified) works from the Dockerfile directly.

But the wg0.conf file needs a re-copy on run-time. Working now.

Made code modifications and optimizations.

Please report bugs to me.
This commit is contained in:
Daan
2024-06-08 13:30:24 +02:00
parent bdeb4a4efe
commit 8824786fb4
3 changed files with 47 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ services:
- 51820:51820/udp
volumes:
- conf:/etc/wireguard
- app:/opt/wireguardashboard/app
- app:/opt/wireguarddashboard/app
cap_add:
- NET_ADMIN