🌍 i18n: Refactor terms content structure and update paths for multi-language support

This commit is contained in:
Ruben Talstra 2025-03-10 18:27:13 +01:00
parent b7a6d7caa6
commit a88e99dcfb
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA
8 changed files with 8 additions and 6 deletions

View file

@ -13,7 +13,7 @@ services:
- rag_api
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
- "host.docker.internal:host-gateway"
env_file:
- .env
environment:
@ -30,7 +30,7 @@ services:
- ./images:/app/client/public/images
- ./uploads:/app/uploads
- ./logs:/app/api/logs
- ./terms:/app/terms
client:
image: nginx:1.27.0-alpine
container_name: LibreChat-NGINX