mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
fixed --listen flag
changed to hub containers
This commit is contained in:
parent
285f2f5131
commit
dcae2721fe
|
|
@ -21,6 +21,7 @@ services:
|
|||
download:
|
||||
build: ./services/download/
|
||||
profiles: ["download"]
|
||||
image: cbolich/webui-docker-download
|
||||
volumes:
|
||||
- *v1
|
||||
|
||||
|
|
@ -28,9 +29,9 @@ services:
|
|||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:51
|
||||
image: cbolich/sd-auto
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --xformers --enable-insecure-extension-access --api
|
||||
- CLI_ARGS=--allow-code --xformers --enable-insecure-extension-access --api --listen
|
||||
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
|
|
|
|||
Loading…
Reference in a new issue