Skip to content

Commit

Permalink
fix: update SAML cert file binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Mar 6, 2025
1 parent d5498b8 commit c09da24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.override.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
# api:
# image: ghcr.io/danny-avila/librechat-api:latest

# # ADD SAML METADATA FILE
# # ADD SAML CERT FILE
# api:
# - type: bind
# source: ./your-metadata.xml
# target: /app/your-metadata.xml
# source: ./your_cert.pem
# target: /app/your_cert.pem

# # ADD MONGO-EXPRESS
# mongo-express:
Expand Down

0 comments on commit c09da24

Please sign in to comment.