REL-0.9 Default to uid 1000

This commit is contained in:
cytopia 2017-05-21 22:09:03 +02:00
parent 89ce45be6c
commit 7330852b6b
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,6 @@ This is just a pre-caution. Imagine they would link to the same datadir. You sta
See: *Why are mounted MySQL data directories separated by version?*
**Why do the user/group permissions of log/ or cfg/ directories show 1001?**
**Why do the user/group permissions of log/ or cfg/ directories show 1000?**
Uid and Gid are set to 1000 by default. You can alter them to match the uid/gid of your current user. Open the `.env` file and change the sections `NEW_UID` and `NEW_GID`. When you start up the devilbox, the php-container will use these values for its user.

View File

@ -235,8 +235,8 @@ HOST_PATH_PGSQL_DATADIR=./data/pgsql
###
### Type `id` on the terminal to find out your values
###
NEW_UID=1001
NEW_GID=1001
NEW_UID=1000
NEW_GID=1000
###