chore: update microsandbox command to bind to all interfaces and add compatibility shims for missing types

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-24 23:53:03 -08:00
parent 8095cec37e
commit 421bb29466
5 changed files with 68 additions and 4 deletions

View file

@ -158,7 +158,7 @@ services:
apt-get update && apt-get install -y --no-install-recommends curl ca-certificates libdigest-sha-perl
curl -sSL https://get.microsandbox.dev | sh
fi
exec msb server start --dev
exec msb server start --dev --host 0.0.0.0
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5555/health"]