uncomment WireGuard port range in docker-compose configuration

This commit is contained in:
Eduardo Silva
2026-01-13 18:14:47 -03:00
parent b76bb5960e
commit 9b3d51aa41

View File

@@ -26,7 +26,7 @@ services:
- "8000:8000"
# Warning: Docker will have a hard time handling large amount of ports. Expose only the ports that you need.
# Ports for multiple WireGuard instances. (Probably, you just need one)
#- "51820-51839:51820-51839/udp"
- "51820-51839:51820-51839/udp"
# Ports for port forwarding rules. Add your own ports here if you need them.
- "8080-8089:8080-8089/tcp"