mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 12:34:46 +01:00
Update DC
The volume mount for output needs to be present or else ComfyUI will not save images to a host mounted directory.
This commit is contained in:
parent
5477b88a04
commit
73f88f24aa
|
|
@ -74,8 +74,10 @@ services:
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["comfy"]
|
profiles: ["comfy"]
|
||||||
build: ./services/comfy/
|
build: ./services/comfy/
|
||||||
image: sd-comfy:1
|
image: sd-comfy:2
|
||||||
tty: true
|
tty: true
|
||||||
|
volumes:
|
||||||
|
- *v2
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue