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: ca-lose-internal:
ipv4_address: 172.25.0.4 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: dnsmasq:
container_name: ca-lose-dns container_name: ca-lose-dns
image: andyshinn/dnsmasq:latest image: andyshinn/dnsmasq:latest
@@ -62,7 +62,7 @@ services:
ca-lose-internal: ca-lose-internal:
ipv4_address: 172.25.0.5 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: wireguard:
build: ./wg-easy-ca-lose build: ./wg-easy-ca-lose
container_name: ca-lose-wireguard container_name: ca-lose-wireguard