fix: 修复了因思源笔记最新版本破坏性更新导致升级失败的问题

This commit is contained in:
wanghe-fit2cloud 2024-10-02 23:15:49 +08:00
parent 35d78525da
commit d1d905a3d9

View File

@ -3,7 +3,6 @@ services:
image: b3log/siyuan:v3.1.8 image: b3log/siyuan:v3.1.8
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: unless-stopped restart: unless-stopped
user: '1000:1000'
ports: ports:
- ${PANEL_APP_PORT_HTTP}:6806 - ${PANEL_APP_PORT_HTTP}:6806
networks: networks:
@ -13,6 +12,8 @@ services:
- ./data:/siyuan/workspace - ./data:/siyuan/workspace
environment: environment:
- TZ=${TIME_ZONE} - TZ=${TIME_ZONE}
- PUID=1000
- PGID=1000
labels: labels:
createdBy: "Apps" createdBy: "Apps"
networks: networks: