浏览代码

more explanation

Rodja Trappe 1 年之前
父节点
当前提交
ea47391ad4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/docker_image/docker-compose.yml

+ 2 - 2
examples/docker_image/docker-compose.yml

@@ -8,6 +8,6 @@ services:
     volumes:
       - ./app:/app # mounting local app directory
     environment:
-      - PUID=1000
-      - PGID=1000
+      - PUID=1000 # change this to your user id
+      - PGID=1000 # change this to your group id
       - STORAGE_SECRET="change-this-to-yor-own-private-secret"