From 8ccc455e73e180a7ff241250d4845b5ee9f7fe8c Mon Sep 17 00:00:00 2001 From: LEv145 <40071054+LEv145@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:55:51 +0200 Subject: [PATCH] Init docker support Add `input` into `volumes` Add `custom_nodes` into `volumes` --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index d393b7ec6..41fb6604b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ services: volumes: - ./models:/opt/comfy_ui/models - ./output:/opt/comfy_ui/output + - ./input:/opt/comfy_ui/input + - ./custom_nodes:/opt/comfy_ui/custom_nodes environment: - CLI_ARGS=--listen --port 8188