From 7530ce1316ce057d1f57e30cba4a10336fdaba29 Mon Sep 17 00:00:00 2001 From: Stephan Eggermont Date: Mon, 27 Oct 2025 14:16:55 +0100 Subject: [PATCH] typo configure_lan_private_ip_macos.sh --- pro/configure_lan_private_ip_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/configure_lan_private_ip_macos.sh b/pro/configure_lan_private_ip_macos.sh index fdb8a37..c2d31ac 100755 --- a/pro/configure_lan_private_ip_macos.sh +++ b/pro/configure_lan_private_ip_macos.sh @@ -16,7 +16,7 @@ fi # Replace the LAN_PRIVATE_IP in the .env file sed -i'' -e "s/LAN_PRIVATE_IP=.*/LAN_PRIVATE_IP=$LAN_PRIVATE_IP/g" .env -# If sillicon mac, enable EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU flag +# If silicon mac, enable EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU flag if [ "$(uname -m)" = "arm64" ]; then if ! grep -q "EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU" .env; then echo "# Enable this flag to run Docker Desktop on Apple Silicon Macs" >> .env