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