From 5f7be8acdb5042f6d26f0f8c1ca5a6935e851544 Mon Sep 17 00:00:00 2001 From: Andrew Stilliard Date: Tue, 29 Aug 2017 14:49:53 +0100 Subject: [PATCH] Documented uid/gid changing during user account creation, ref #35, thanks @OhmegaStar --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f824d2e..6b4c174 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ pure-pw useradd bob -f /etc/pure-ftpd/passwd/pureftpd.passwd -m -u ftpuser -d /h ``` *No restart should be needed.* +*If you have any trouble with volume permissions due to the **uid** or **gid** of the created user you can change the **-u** flag for the uid you would like to use and/or specify **-g** with the group id as well. For more information see issue [#35](https://github.com/stilliard/docker-pure-ftpd/issues/35#issuecomment-325583705).* + More info on usage here: https://download.pureftpd.org/pure-ftpd/doc/README.Virtual-Users