From 8e8382e1b8aa6c2245aef523c85e0cd4b4927aa7 Mon Sep 17 00:00:00 2001 From: JamesTurland Date: Tue, 29 Jul 2025 22:19:04 +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 1f087ec..e3f78d9 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 to place the container on + # DHCP: "Y" # if enabled you must also create a macvlan USERNAME: "james" PASSWORD: "jimsgarage" LANGUAGE: "ENGLISH" diff --git a/MacWindows/macOS/docker-compose.yaml b/MacWindows/macOS/docker-compose.yaml index dc735cc..ad8ed7a 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 to place the container on + # DHCP: "Y" # if enabled you must also create a macvlan devices: - /dev/kvm - /dev/net/tun