Skip to content

Commit

Permalink
feat: added "runpod-volume"; use "dev" instead of "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed May 29, 2024
1 parent 9d130de commit b005721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
comfyui:
image: timpietruskyblibla/runpod-worker-comfy:latest
image: timpietruskyblibla/runpod-worker-comfy:dev
container_name: comfyui-worker
environment:
- NVIDIA_VISIBLE_DEVICES=all
Expand All @@ -12,3 +12,4 @@ services:
runtime: nvidia
volumes:
- ./data/comfyui/output:/comfyui/output
- ./data/runpod-volume:/runpod-volume

0 comments on commit b005721

Please sign in to comment.