From 6ef4e834667de528944df885814953958e930d99 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Tue, 16 Jun 2015 10:56:00 +0100 Subject: [PATCH] Removed unnecessary notes in relation to unRAID --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index fef62fb..09fa82f 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,6 @@ Part of what makes our containers work so well is by allowing you to specify you In summary the `PGID` and `PUID` values set the user / group you'd like your container to 'run as' to the host OS. This can be a user you've created or even root (not recommended). -#### unRAID notes - -If you wish to run this container on unRAID use the following values: - -* `-e PUID=99` (nobody) -* `-e PGID=100` (users) - ## Updates * Upgrade to the latest version simply `docker restart plex`.