mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-11 00:47:10 +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…
x
Reference in New Issue
Block a user