mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 06:28:47 +08:00
fix: 修复了因思源笔记最新版本破坏性更新导致升级失败的问题
This commit is contained in:
parent
35d78525da
commit
d1d905a3d9
@ -3,7 +3,6 @@ services:
|
||||
image: b3log/siyuan:v3.1.8
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
user: '1000:1000'
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6806
|
||||
networks:
|
||||
@ -13,6 +12,8 @@ services:
|
||||
- ./data:/siyuan/workspace
|
||||
environment:
|
||||
- TZ=${TIME_ZONE}
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user