From 016dde1e47751cba0b823d6ec6fcfbf9371f5986 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:02:19 +0100 Subject: [PATCH] Update docjyJ's community container images (#6157) Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/nocodb/nocodb.json | 4 ++-- community-containers/nocodb/readme.md | 2 +- community-containers/stalwart/stalwart.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community-containers/nocodb/nocodb.json b/community-containers/nocodb/nocodb.json index a5d56e13..7ef4cc5c 100644 --- a/community-containers/nocodb/nocodb.json +++ b/community-containers/nocodb/nocodb.json @@ -4,8 +4,8 @@ "container_name": "nextcloud-aio-nocodb", "display_name": "NocoDB", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/nocodb", - "image": "docjyj/aio-nocodb", - "image_tag": "%AIO_CHANNEL%", + "image": "nocodb/nocodb", + "image_tag": "latest", "internal_port": "10028", "restart": "unless-stopped", "ports": [ diff --git a/community-containers/nocodb/readme.md b/community-containers/nocodb/readme.md index 748c8585..4c1281b5 100644 --- a/community-containers/nocodb/readme.md +++ b/community-containers/nocodb/readme.md @@ -22,7 +22,7 @@ This is an alternative of **Airtable**. - See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack ### Repository -https://github.com/docjyJ/aio-nocodb +https://github.com/nocodb/nocodb ### Maintainer https://github.com/docjyJ diff --git a/community-containers/stalwart/stalwart.json b/community-containers/stalwart/stalwart.json index 7858327c..1a5ffd41 100644 --- a/community-containers/stalwart/stalwart.json +++ b/community-containers/stalwart/stalwart.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-stalwart", "display_name": "Stalwart", "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/stalwart", - "image": "docjyj/aio-stalwart", + "image": "ghcr.io/docjyj/aio-stalwart", "image_tag": "%AIO_CHANNEL%", "internal_port": "10003", "restart": "unless-stopped",