Create docker-compose.override.yml
Browse files
docker-compose.override.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
services:
|
2 |
+
api:
|
3 |
+
volumes:
|
4 |
+
- type: bind
|
5 |
+
source: ./librechat.yaml
|
6 |
+
target: /app/librechat.yaml
|