From 2d3b35ed3d04d4e6b2f4fa29ad5d7df93ec27b09 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 30 Oct 2023 08:37:10 +0100 Subject: [PATCH] local-ai - fix path to generated images Signed-off-by: Simon L --- community-containers/local-ai/local-ai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index f5c2de33622..174fad3eb34 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -20,7 +20,7 @@ }, { "source": "nextcloud_aio_localai_images", - "destination": "/images", + "destination": "/tmp/generated/images/", "writeable": true }, {