Skip to content

Commit cc62e09

Browse files
update the getting started doc (#115)
1 parent 91ed793 commit cc62e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
119119
```bash
120120
docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 \
121121
-e ZO_ROOT_USER_EMAIL="root@example.com" -e ZO_ROOT_USER_PASSWORD="Complexpass#123" \
122-
public.ecr.aws/zinclabs/openobserve:latest
122+
o2cr.ai/openobserve/openobserve:latest
123123
```
124124

125125
**Windows:**
126126
```cmd
127127
# Windows Command Prompt
128-
docker run -d --name openobserve -v %cd%/openobserve-data:/data -e ZO_DATA_DIR="/data" -e ZO_ROOT_USER_EMAIL="root@example.com" -e ZO_ROOT_USER_PASSWORD="Complexpass#123" -p 5080:5080 public.ecr.aws/zinclabs/openobserve:latest
128+
docker run -d --name openobserve -v %cd%/openobserve-data:/data -e ZO_DATA_DIR="/data" -e ZO_ROOT_USER_EMAIL="root@example.com" -e ZO_ROOT_USER_PASSWORD="Complexpass#123" -p 5080:5080 o2cr.ai/openobserve/openobserve:latest
129129
```
130130

131131
**Docker Image Options:**

0 commit comments

Comments
 (0)