Skip to content

Commit

Permalink
docs(README.md): fix default values for Dockerfile arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcidesRC authored Oct 23, 2024
1 parent cf778a3 commit 983d48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ To create this user in the container service, current host user details are coll
| ----------------- | --------------- | --------------------- | -------------------------- |
| `HOST_USER_NAME` | host-user-name | `$ id --user --name` | Current host user name |
| `HOST_GROUP_NAME` | host-group-name | `$ id --group --name` | Current host group name |
| `HOST_USER_ID` | 1001 | `$ id --user` | Current host user ID |
| `HOST_GROUP_ID` | 1001 | `$ id --group` | Current host user group ID |
| `HOST_USER_ID` | 1000 | `$ id --user` | Current host user ID |
| `HOST_GROUP_ID` | 1000 | `$ id --group` | Current host user group ID |



Expand Down

0 comments on commit 983d48b

Please sign in to comment.