Simford.Dong commited on
Commit
4dddbea
·
1 Parent(s): 9f95f6c

Fix: set gateway mode to 'local' to avoid systemd issues

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then\n\
22
  cat > /root/.openclaw/openclaw.json << EOF\n\
23
  {\n\
24
  "gateway": {\n\
 
25
  "port": 7860,\n\
26
  "controlUi": {\n\
27
  "allowInsecureAuth": true\n\
 
22
  cat > /root/.openclaw/openclaw.json << EOF\n\
23
  {\n\
24
  "gateway": {\n\
25
+ "mode": "local",\n\
26
  "port": 7860,\n\
27
  "controlUi": {\n\
28
  "allowInsecureAuth": true\n\