mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #573] [MERGED] fix: update WireGuard Easy template for proper functionality #5554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/573
Author: @muzafferkadir
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/15/2025
Merged by: @Siumauricio
Base:
canary← Head:feat/fix-wireguard-easy-template📝 Commits (2)
e3942d9fix: update WireGuard Easy template for proper functionalityce5bf4aUpdate template.toml📊 Changes
2 files changed (+21 additions, -20 deletions)
View changed files
📝
blueprints/wg-easy/docker-compose.yml(+18 -5)📝
blueprints/wg-easy/template.toml(+3 -15)📄 Description
Description
Fixed WireGuard Easy template to work properly with required configuration and Dokploy's isolated deployment feature.
Changes
../files/etc_wireguard) to named volume (etc_wireguard) for better portability51820:51820/udpand51821:51821/tcp- required for WireGuard VPN connectionsWG_HOSTfor the public hostnamePASSWORDfor web interface authenticationWG_PORT,PORT,WG_MTU,WG_DEFAULT_DNS,WG_ALLOWED_IPSWG_POST_UP/WG_POST_DOWNfor iptables NAT and forwarding rulesNET_RAWcapability for proper network operationsTesting
✅ Tested with Dokploy's isolated deployment enabled
✅ Confirmed working with proper network isolation
✅ VPN connections successfully established
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.