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