Add files via upload

This commit is contained in:
uparrows 2020-10-05 19:13:34 +08:00 committed by GitHub
parent 01c5a67a55
commit 23881e69e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ If you have to use the variable for SSL or the like, I recommend leaving the por
## Changing the user ID in case of permission issues
The container runs the software by default using the uid/gid provided by the LRR\_UID/LRR\_GID variables.
If you don't specify said variables, the container will run under uid/gid 0/0.
If you don't specify said variables, the container will run under uid/gid 9001/9001.
This is good enough for most scenarios, but in case you need to run it as the current user, you can do the following: ```docker run [wassup] -e LRR_UID=``id -u $USER`` -e LRR_GID=``id -g $USER`` difegue/lanraragi```