Update WG-Easy/Docker-Compose.yml

This commit is contained in:
2025-09-30 23:56:38 +00:00
parent 0261a77699
commit 7e9d4a9f5d
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- WG_DEFAULT_DNS=1.1.1.1 - WG_DEFAULT_DNS=1.1.1.1
# - WG_MTU=1420 # - WG_MTU=1420
volumes: volumes:
- /home/Docker Volumes/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files. - /srv/docker/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files.
ports: ports:
- "51820:51820/udp" # UDP port used by WireGuard. - "51820:51820/udp" # UDP port used by WireGuard.
- "51821:51821/tcp" # TCP port for accessing the web interface. - "51821:51821/tcp" # TCP port for accessing the web interface.