This commit is contained in:
2026-02-20 17:32:55 -05:00
parent 0d897e7024
commit 7dec80e217

View File

@@ -31,7 +31,7 @@ services:
[
"/bin/sh",
"-c",
"/home/node/.local/bin/tailscale-start.sh && node dist/index.js gateway --bind ${OPENCLAW_GATEWAY_BIND:-loopback} --port 18789",
"/home/node/.local/bin/tailscale-start.sh && node dist/index.js gateway --port 18789",
]
# healthcheck:
# test: ["CMD", "healthcheck.sh"]