DOCS: Fix for UID / GID environment vars

This commit is contained in:
Dominique Barton
2016-01-20 22:08:38 +01:00
parent e407b55bac
commit a29c3a26ab
+3 -3
View File
@@ -79,9 +79,9 @@ _CouchPotato will automatically be updated and switched to your defined version
### UID and GID
By default CouchPotato runs with user ID and group ID `666`.
If you want to run CouchPotato with different ID's you've to set the `UID` and/or `GID` environment variables, for example:
If you want to run CouchPotato with different ID's you've to set the `CP_UID` and/or `CP_GID` environment variables, for example:
```
UID=1234
GID=1234
CP_UID=1234
CP_GID=1234
```