mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🚥 docs: fixed Traefik web layout (#2305)
Fixed Traefik config for broken web rending
This commit is contained in:
parent
e418edd3dc
commit
94950b6e8b
1 changed files with 44 additions and 41 deletions
|
|
@ -63,6 +63,9 @@ traefik:
|
|||
- "--certificatesresolvers.leresolver.acme.email=your@email.com"
|
||||
- "--certificatesresolvers.leresolver.acme.storage=/letsencrypt/acme.json"
|
||||
|
||||
# other configs here #
|
||||
|
||||
# NOTE: This needs to be at the bottom of your docker-compose.override.yml
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue