From 4fe4de9f9f3f0dc4696b305efa33c667c58ef3a4 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Fri, 27 Feb 2026 22:36:20 +0800 Subject: [PATCH] feat: update affine 0.26.3 --- README.md | 2 +- apps/affine/{0.26.2 => 0.26.3}/data.yml | 0 apps/affine/{0.26.2 => 0.26.3}/docker-compose.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/affine/{0.26.2 => 0.26.3}/data.yml (100%) rename apps/affine/{0.26.2 => 0.26.3}/docker-compose.yml (98%) diff --git a/README.md b/README.md index fcd8442..df46bda 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ 文档、白板和数据库完全整合的工作空间 -0.26.2 • [官网链接](https://github.com/toeverything/AFFiNE) +0.26.3 • [官网链接](https://github.com/toeverything/AFFiNE) diff --git a/apps/affine/0.26.2/data.yml b/apps/affine/0.26.3/data.yml similarity index 100% rename from apps/affine/0.26.2/data.yml rename to apps/affine/0.26.3/data.yml diff --git a/apps/affine/0.26.2/docker-compose.yml b/apps/affine/0.26.3/docker-compose.yml similarity index 98% rename from apps/affine/0.26.2/docker-compose.yml rename to apps/affine/0.26.3/docker-compose.yml index fb241d2..4d02723 100644 --- a/apps/affine/0.26.2/docker-compose.yml +++ b/apps/affine/0.26.3/docker-compose.yml @@ -1,6 +1,6 @@ services: affine: - image: ghcr.io/toeverything/affine:0.26.2 + image: ghcr.io/toeverything/affine:0.26.3 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:3010