Skip to content

Commit a06ab5e

Browse files
committed
Reordering env variables table
1 parent efe33dd commit a06ab5e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ updates:
99
- package-ecosystem: "docker"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "daily"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
3535

3636
## Environment Variables
3737

38-
Variable | Description | Default Value
38+
Variable | Default Value | Description
3939
--- | --- | ---
40-
**ASUSER** | Changes the user id that executes the commands | `-0`
41-
**UID** | Changes the user id that executes the commands **(ignored if ASUSER is provided)** | `-0`
40+
**ASUSER** | `0` | Changes the user id that executes the commands
41+
**UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
4242

4343
## Usage
4444

0 commit comments

Comments
 (0)