From 9dd9ccebddc3e8984373640cdf17cfc53f0b8068 Mon Sep 17 00:00:00 2001 From: Theis Date: Wed, 20 May 2026 13:15:33 +0200 Subject: [PATCH] changed docker notes --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 14dca92..711b2d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,7 +43,7 @@ services: ca-lose-internal: ipv4_address: 172.25.0.4 - # DNS Server für Hostname-Auflösung innerhalb des VPN + # DNS Server for hostname resolution within the Docker network dnsmasq: container_name: ca-lose-dns image: andyshinn/dnsmasq:latest @@ -62,7 +62,7 @@ services: ca-lose-internal: ipv4_address: 172.25.0.5 - # WireGuard VPN mit Web-UI (wg-easy) + # WireGuard VPN server for secure remote access to the Docker network wireguard: build: ./wg-easy-ca-lose container_name: ca-lose-wireguard