diff --git a/apps/affine/v0.24.0/docker-compose.yml b/apps/affine/v0.24.0/docker-compose.yml index c9d818f..e047828 100644 --- a/apps/affine/v0.24.0/docker-compose.yml +++ b/apps/affine/v0.24.0/docker-compose.yml @@ -1,6 +1,6 @@ services: affine: - image: ghcr.io/toeverything/affine:v0.24.0 + image: ghcr.io/toeverything/affine:0.24.0 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.23.3 + image: ghcr.io/toeverything/affine:0.24.0 container_name: ${CONTAINER_NAME}_migration_job volumes: - ${UPLOAD_LOCATION}:/root/.affine/storage