changed docker notes

This commit is contained in:
2026-05-20 13:15:33 +02:00
parent 92605d85c2
commit 9dd9ccebdd
+2 -2
View File
@@ -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