[fix]
This commit is contained in:
parent
55d9b93143
commit
1ea4f9ab8e
1 changed files with 1 additions and 5 deletions
|
|
@ -3,9 +3,6 @@ services:
|
||||||
comfyui:
|
comfyui:
|
||||||
init: true
|
init: true
|
||||||
container_name: comfyui-cpu
|
container_name: comfyui-cpu
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
image: "yanwk/comfyui-boot:cpu"
|
image: "yanwk/comfyui-boot:cpu"
|
||||||
ports:
|
ports:
|
||||||
- "8188:8188"
|
- "8188:8188"
|
||||||
|
|
@ -17,5 +14,4 @@ services:
|
||||||
- "./storage-user/input:/root/ComfyUI/input"
|
- "./storage-user/input:/root/ComfyUI/input"
|
||||||
- "./storage-user/output:/root/ComfyUI/output"
|
- "./storage-user/output:/root/ComfyUI/output"
|
||||||
- "./storage-user/workflows:/root/ComfyUI/user/default/workflows"
|
- "./storage-user/workflows:/root/ComfyUI/user/default/workflows"
|
||||||
environment:
|
|
||||||
- "CLI_ARGS="
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue