mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-12 10:34:21 +01:00
Update docker-compose.yml , re-enables insecure extension-access
https://github.com/uprestech/company_start_todo/issues/258
This commit is contained in:
parent
3fd9d2c659
commit
8ede54b261
|
|
@ -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