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