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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user