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