diff --git a/docker-compose.yaml b/docker-compose.yaml index f53f205d..107a9e26 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ version: "3" services: langbot_plugin_runtime: - image: rockchin/langbot:refactor-new-plugin-system + image: rockchin/langbot:latest container_name: langbot_plugin_runtime volumes: - ./data/plugins:/app/data/plugins @@ -17,7 +17,7 @@ services: - langbot_network langbot: - image: rockchin/langbot:refactor-new-plugin-system + image: rockchin/langbot:latest container_name: langbot volumes: - ./data:/app/data