From 2a13969139dfa75dc6297df505c2e93383523c53 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:31:25 +0530 Subject: [PATCH] [service] fixed postiz showing no available server due to outdated node version --- templates/compose/postiz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/postiz.yaml b/templates/compose/postiz.yaml index 33aeebbc6..72fcb3c0b 100644 --- a/templates/compose/postiz.yaml +++ b/templates/compose/postiz.yaml @@ -7,7 +7,7 @@ services: postiz: - image: ghcr.io/gitroomhq/postiz-app:v1.60.1 + image: ghcr.io/gitroomhq/postiz-app:v2.10.1 environment: - SERVICE_URL_POSTIZ_5000 - MAIN_URL=${SERVICE_URL_POSTIZ}