mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Init docker support
Add `input` into `volumes` Add `custom_nodes` into `volumes`
This commit is contained in:
parent
f83197cdb1
commit
8ccc455e73
@ -10,6 +10,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./models:/opt/comfy_ui/models
|
- ./models:/opt/comfy_ui/models
|
||||||
- ./output:/opt/comfy_ui/output
|
- ./output:/opt/comfy_ui/output
|
||||||
|
- ./input:/opt/comfy_ui/input
|
||||||
|
- ./custom_nodes:/opt/comfy_ui/custom_nodes
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--listen --port 8188
|
- CLI_ARGS=--listen --port 8188
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user