File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:**
You can’t perform that action at this time.
0 commit comments