mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 22:02:39 +02:00
chore: update microsandbox command to bind to all interfaces and add compatibility shims for missing types
This commit is contained in:
parent
8095cec37e
commit
421bb29466
5 changed files with 68 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue