From 41002ecdd4cc35e6e492cbe316486287d131eba8 Mon Sep 17 00:00:00 2001 From: JamesTurland Date: Tue, 29 Jul 2025 22:21:08 +0100 Subject: [PATCH] update --- MacWindows/Windows/docker-compose.yaml | 2 +- MacWindows/macOS/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MacWindows/Windows/docker-compose.yaml b/MacWindows/Windows/docker-compose.yaml index e3f78d9..c24925c 100644 --- a/MacWindows/Windows/docker-compose.yaml +++ b/MacWindows/Windows/docker-compose.yaml @@ -7,7 +7,7 @@ services: DISK_SIZE: "50G" RAM_SIZE: "4G" CPU_CORES: "4" - # DHCP: "Y" # if enabled you must also create a macvlan + # DHCP: "Y" # if enabled you must create a macvlan USERNAME: "james" PASSWORD: "jimsgarage" LANGUAGE: "ENGLISH" diff --git a/MacWindows/macOS/docker-compose.yaml b/MacWindows/macOS/docker-compose.yaml index ad8ed7a..1258556 100644 --- a/MacWindows/macOS/docker-compose.yaml +++ b/MacWindows/macOS/docker-compose.yaml @@ -7,7 +7,7 @@ services: DISK_SIZE: "50G" RAM_SIZE: "6G" CPU_CORES: "4" - # DHCP: "Y" # if enabled you must also create a macvlan + # DHCP: "Y" # if enabled you must create a macvlan devices: - /dev/kvm - /dev/net/tun