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