From d1d905a3d948f36c5949e759ea5c9fb9fe425ccb Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Wed, 2 Oct 2024 23:15:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9B=A0?= =?UTF-8?q?=E6=80=9D=E6=BA=90=E7=AC=94=E8=AE=B0=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=A0=B4=E5=9D=8F=E6=80=A7=E6=9B=B4=E6=96=B0=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=8D=87=E7=BA=A7=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/siyuan/3.1.8/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/siyuan/3.1.8/docker-compose.yml b/apps/siyuan/3.1.8/docker-compose.yml index 08de3865..02479771 100644 --- a/apps/siyuan/3.1.8/docker-compose.yml +++ b/apps/siyuan/3.1.8/docker-compose.yml @@ -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: