Skip to content

Commit 555b3c3

Browse files
committed
removing typo
1 parent 3c98f12 commit 555b3c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
5454

5555
Variable | Default Value | Description
5656
--- | --- | ---
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)**
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)**
5959
**COMPOSER_ALLOW_SUPERUSER** | `1` | Allows composer to run with super user
6060
**COMPOSER_MEMORY_LIMIT** | `-1` | Changes composer memory limit
6161
**ENABLE_XDEBUG** | `false` | Enables the Xdebug extension

0 commit comments

Comments
 (0)