mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
docs update (#508)
* doc update: stable_diffusion.md update docker specific instruction for Stable Diffusion * doc update: .env.example * Update README.md update sponsors list * Update stable_diffusion.md * Update stable_diffusion.md * Update stable_diffusion.md * Update .env.example * Update docker-compose.yml * Update .env.example
This commit is contained in:
parent
821b507e0e
commit
4dc3c31df8
4 changed files with 18 additions and 10 deletions
|
@ -25,8 +25,8 @@ services:
|
|||
target: node
|
||||
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
|
||||
restart: always
|
||||
# extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
|
||||
# - "host.docker.internal:host-gateway"
|
||||
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
|
||||
- "host.docker.internal:host-gateway"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue