From b55afab109991ff671c1d622f2ca2dda2676338e Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 30 May 2024 15:39:52 +0800 Subject: [PATCH] Refactor compose.yml to update path for LibreChat subproject --- LibreChat | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LibreChat b/LibreChat index 9a24e1c..3999e85 160000 --- a/LibreChat +++ b/LibreChat @@ -1 +1 @@ -Subproject commit 9a24e1c7e8470241ff0ca218d0c1edb57cf4d854 +Subproject commit 3999e852a8be7412240ccfe5dff417e1eb4fe010 diff --git a/compose.yml b/compose.yml index ac0dffe..75f7682 100644 --- a/compose.yml +++ b/compose.yml @@ -15,4 +15,4 @@ include: - compose/services.yml - compose/apps.yml - emqx-docker/docker-compose.yml - - LibreChat/docker-compose.yml + - LibreChat/compose.yml