Skip to content

Commit d1d905a

Browse files
committedOct 2, 2024
fix: 修复了因思源笔记最新版本破坏性更新导致升级失败的问题
1 parent 35d7852 commit d1d905a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎apps/siyuan/3.1.8/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ services:
33
image: b3log/siyuan:v3.1.8
44
container_name: ${CONTAINER_NAME}
55
restart: unless-stopped
6-
user: '1000:1000'
76
ports:
87
- ${PANEL_APP_PORT_HTTP}:6806
98
networks:
@@ -13,6 +12,8 @@ services:
1312
- ./data:/siyuan/workspace
1413
environment:
1514
- TZ=${TIME_ZONE}
15+
- PUID=1000
16+
- PGID=1000
1617
labels:
1718
createdBy: "Apps"
1819
networks:

0 commit comments

Comments
 (0)
Please sign in to comment.