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
119
119
```bash
120
120
docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 \
121
121
-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
123
123
```
124
124
125
125
**Windows:**
126
126
```cmd
127
127
# 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
129
129
```
130
130
131
131
**Docker Image Options:**
You can’t perform that action at this time.
0 commit comments