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
+1 -1
View File
@@ -14,7 +14,7 @@ services:
restart: on-failure restart: on-failure
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
command: ["uv", "run", "-m", "langbot_plugin.cli.__init__", "rt"] command: ["uv", "run", "--no-sync", "-m", "langbot_plugin.cli.__init__", "rt"]
networks: networks:
- langbot_network - langbot_network