Skip to content

Commit 5b7c7c0

Browse files
committed
[config] Make server start on 0.0.0.0 for external access
1 parent a2c14f2 commit 5b7c7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hostservices:
22
restserver:
3-
host: "127.0.0.1"
3+
host: "0.0.0.0"
44
port: "7000"
55
state_dir: "./vm-state"
66
bridge_name: "br0"

0 commit comments

Comments
 (0)