mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 10:26:33 +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
|
|
@ -118,7 +118,7 @@ environment=NODE_ENV="production",PORT="3000",HOSTNAME="0.0.0.0"
|
|||
# Autostart is controlled by the entrypoint based on MICROSANDBOX_ENABLED env var.
|
||||
# Requires --device /dev/kvm and --privileged when running the container.
|
||||
[program:microsandbox]
|
||||
command=msb server start --dev
|
||||
command=msb server start --dev --host 0.0.0.0
|
||||
autostart=%(ENV_MICROSANDBOX_AUTOSTART)s
|
||||
autorestart=true
|
||||
priority=25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue