소스 검색

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