mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +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
|
||||
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