mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-06 07:22:10 +08:00
Update docker-compose.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
affine:
|
affine:
|
||||||
image: ghcr.io/toeverything/affine:v0.24.0
|
image: ghcr.io/toeverything/affine:0.24.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:3010
|
- ${PANEL_APP_PORT_HTTP}:3010
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
affine_migration:
|
affine_migration:
|
||||||
image: ghcr.io/toeverything/affine:0.23.3
|
image: ghcr.io/toeverything/affine:0.24.0
|
||||||
container_name: ${CONTAINER_NAME}_migration_job
|
container_name: ${CONTAINER_NAME}_migration_job
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/root/.affine/storage
|
- ${UPLOAD_LOCATION}:/root/.affine/storage
|
||||||
|
|||||||
Reference in New Issue
Block a user