fix: Fix version number issue

This commit is contained in:
xiaoY233
2025-08-23 19:49:48 +08:00
parent 788a842976
commit 0a6b764f6a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
affine:
image: ghcr.io/toeverything/affine:v0.24.1
image: ghcr.io/toeverything/affine:0.24.1
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:3010
@@ -24,7 +24,7 @@ services:
labels:
createdBy: Apps
affine_migration:
image: ghcr.io/toeverything/affine:0.24.0
image: ghcr.io/toeverything/affine:0.24.1
container_name: ${CONTAINER_NAME}_migration_job
volumes:
- ${UPLOAD_LOCATION}:/root/.affine/storage