mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-09 00:54:20 +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
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:58
|
image: sd-auto:58
|
||||||
environment:
|
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:
|
auto-cpu:
|
||||||
<<: *automatic
|
<<: *automatic
|
||||||
profiles: [ "auto-cpu" ]
|
profiles: [ "auto-cpu" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue