mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Init docker support
Add `output` volume
This commit is contained in:
parent
89a2f464d9
commit
f83197cdb1
@ -9,6 +9,7 @@ services:
|
||||
- "8188:8188"
|
||||
volumes:
|
||||
- ./models:/opt/comfy_ui/models
|
||||
- ./output:/opt/comfy_ui/output
|
||||
|
||||
environment:
|
||||
- CLI_ARGS=--listen --port 8188
|
||||
|
||||
Loading…
Reference in New Issue
Block a user