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