Update Remote-Access_Containers/wg-easy/compose.yaml

This commit is contained in:
2026-07-25 23:45:31 +00:00
parent 1eb64f2533
commit 7b63de841e
@@ -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