fix: update docker-compose command to include --no-sync option for improved runtime behavior

This commit is contained in:
Junyan Qin
2026-01-08 11:30:25 +08:00
parent aa0a501ade
commit 4d0095626a

View File

@@ -14,7 +14,7 @@ services:
restart: on-failure
environment:
- TZ=Asia/Shanghai
command: ["uv", "run", "-m", "langbot_plugin.cli.__init__", "rt"]
command: ["uv", "run", "--no-sync", "-m", "langbot_plugin.cli.__init__", "rt"]
networks:
- langbot_network