Skip to content

Commit

Permalink
added info about PHP_USER_ID
Browse files Browse the repository at this point in the history
see also #15
  • Loading branch information
schmunk42 committed Mar 6, 2018
1 parent f57d81e commit 57bdd86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
*.swp
_host-volumes

\.idea/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Adjust the versions in `.env` if you want to build a specific version.
## Configuration

- `PHP_ENABLE_XDEBUG` whether to load an enable Xdebug, defaults to `0` (false)
- `PHP_USER_ID` (Debian only) user ID, when running commands
- `PHP_USER_ID` (Debian only) user ID, when running commands as webserver (`www-data`)


## Building
Expand Down

0 comments on commit 57bdd86

Please sign in to comment.