mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 12:48:49 +08:00
fix: 修复了因思源笔记最新版本破坏性更新导致升级失败的问题
This commit is contained in:
parent
35d78525da
commit
d1d905a3d9
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user