浏览代码

link to linuxserver.io

Rodja Trappe 1 年之前
父节点
当前提交
aa81ed792f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/docker_image/README.md

+ 1 - 1
examples/docker_image/README.md

@@ -23,7 +23,7 @@ You can validate this by accessing http://localhost:8080, inputting some data fo
 
 ### Non-Root User Execution
 
-The application within the container operates as a non-root user.
+The application within the container operates as a non-root user (similar to the [configs from linuxserver.io](https://docs.linuxserver.io/general/understanding-puid-and-pgid)).
 Consequently, all files generated by NiceGUI (such as the `.nicegui` persistence) will bear the configured uid/gid.
 
 ### Docker Signal Pass-Through