We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe33dd commit a06ab5eCopy full SHA for a06ab5e
2 files changed
.github/dependabot.yml
@@ -9,4 +9,4 @@ updates:
9
- package-ecosystem: "docker"
10
directory: "/"
11
schedule:
12
- interval: "daily"
+ interval: "daily"
README.md
@@ -35,10 +35,10 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
35
36
## Environment Variables
37
38
-Variable | Description | Default Value
+Variable | Default Value | Description
39
--- | --- | ---
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`
+**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)**
42
43
## Usage
44
0 commit comments