Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo (dan/and)
  • Loading branch information
martinussuherman committed Dec 1, 2023
1 parent 3c9fe26 commit f6a38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is an [Minimal Alpine Linux image with glibc](https://hub.docker.com/r/jean
```bash
$ docker run --name code-server -v ~/path/on/host:/home/vscode -e TZ=Asia/Jakarta -e EUID=$(id -u) -e EGID=$(id -g) -p 8080:8080 martinussuherman/alpine-code-server
```
This will set the `timezone` to Asia/Jakarta (you will want to change it to your own timezone) and map the `user id` dan `group id` of the current user to `vscode` user and group.
This will set the `timezone` to Asia/Jakarta (you will want to change it to your own timezone) and map the `user id` and `group id` of the current user to `vscode` user and group.

### *Using docker-compose*

Expand Down

0 comments on commit f6a38e7

Please sign in to comment.