We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c98f12 commit 555b3c3Copy full SHA for 555b3c3
1 file changed
README.md
@@ -54,8 +54,8 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
54
55
Variable | Default Value | Description
56
--- | --- | ---
57
-**ASUSER** | `-0` | Changes the user id that executes the commands
58
-**UID** | `-0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
+**ASUSER** | `0` | Changes the user id that executes the commands
+**UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
59
**COMPOSER_ALLOW_SUPERUSER** | `1` | Allows composer to run with super user
60
**COMPOSER_MEMORY_LIMIT** | `-1` | Changes composer memory limit
61
**ENABLE_XDEBUG** | `false` | Enables the Xdebug extension
0 commit comments