mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-17 13:06:18 +00:00
uncomment WireGuard port range in cluster_node-dev.yml
This commit is contained in:
@@ -15,9 +15,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- cluster_node_wireguard:/etc/wireguard
|
- cluster_node_wireguard:/etc/wireguard
|
||||||
- cluster_node_dnsmasq_conf:/etc/dnsmasq/
|
- cluster_node_dnsmasq_conf:/etc/dnsmasq/
|
||||||
#ports:
|
ports:
|
||||||
# Ports for WireGuard instances.
|
# Ports for WireGuard instances.
|
||||||
#- "51820-51839:51820-51839/udp"
|
- "51820-51839:51820-51839/udp"
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
|
|||||||
Reference in New Issue
Block a user