mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
REL-0.9 Default to uid 1000
This commit is contained in:
parent
89ce45be6c
commit
7330852b6b
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user