Update Remote-Access_Containers/wg-easy/compose.yaml
This commit is contained in:
@@ -16,9 +16,6 @@ services:
|
||||
WG_ALLOWED_IPS: 0.0.0.0/0, ::/0
|
||||
volumes:
|
||||
- /srv/docker/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files.
|
||||
#ports:
|
||||
# - "51820:51820/udp" # UDP port used by WireGuard.
|
||||
# - "51821:51821/tcp" # TCP port for accessing the web interface.
|
||||
cap_add: # Capabilities required for managing networking features.
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
|
||||
Reference in New Issue
Block a user