closes @uprestech/company-start-todo#258

Update docker-compose.yml , re-enables insecure extension-access
This commit is contained in:
Vat 2023-06-28 10:20:39 -07:00 committed by GitHub
commit b95d72a28d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]