Skip to content

Commit 4ce066c

Browse files
Update readme
- Change image name from alpine-tz-ep-code-server to alpine-code-server
1 parent 192a424 commit 4ce066c

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
@@ -23,7 +23,7 @@ This is an [Minimal Alpine Linux image with glibc](https://hub.docker.com/r/jean
2323
### *Using docker run*
2424

2525
```bash
26-
$ 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-tz-ep-code-server
26+
$ 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
2727
```
2828
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.
2929

@@ -34,7 +34,7 @@ version: '3'
3434

3535
services:
3636
code-server:
37-
image: martinussuherman/alpine-tz-ep-code-server
37+
image: martinussuherman/alpine-code-server
3838
environment:
3939
- TZ=Asia/Jakarta
4040
- EUID=1001

0 commit comments

Comments
 (0)