Skip to content

Commit b005721

Browse files
committed
feat: added "runpod-volume"; use "dev" instead of "latest"
1 parent 9d130de commit b005721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
comfyui:
5-
image: timpietruskyblibla/runpod-worker-comfy:latest
5+
image: timpietruskyblibla/runpod-worker-comfy:dev
66
container_name: comfyui-worker
77
environment:
88
- NVIDIA_VISIBLE_DEVICES=all
@@ -12,3 +12,4 @@ services:
1212
runtime: nvidia
1313
volumes:
1414
- ./data/comfyui/output:/comfyui/output
15+
- ./data/runpod-volume:/runpod-volume

0 commit comments

Comments
 (0)