mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
closes @uprestech/company-start-todo#258
Update docker-compose.yml , re-enables insecure extension-access
This commit is contained in:
commit
b95d72a28d
|
|
@ -32,7 +32,7 @@ services:
|
|||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:58
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --api --gradio-auth ${GRADIO_AUTH}
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --gradio-auth ${GRADIO_AUTH}
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
profiles: [ "auto-cpu" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue