Browse Source

link to linuxserver.io

Rodja Trappe 1 year ago
parent
commit
aa81ed792f
1 changed files with 1 additions and 1 deletions
  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