Skip to content

Commit 70e3f2d

Browse files
committed
update README.md
1 parent 2f759f8 commit 70e3f2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README-zh_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ systemctl restart nginx-ui
163163
## 使用 Docker
164164

165165
Docker 示例
166-
- `nginx-ui:latest` 镜像基于 `nginx:latest` 构建,
166+
- `uozi/nginx-ui:latest` 镜像基于 `nginx:latest` 构建,
167167
您可以直接将该镜像监听到 80 和 443 端口以取代宿主机上的 Nginx
168168

169169
- 映射到 `/etc/nginx` 的文件夹应该为一个空目录
@@ -176,7 +176,7 @@ docker run -dit \
176176
-v /mnt/user/appdata/nginx:/etc/nginx \
177177
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
178178
-p 8080:80 -p 8443:443 \
179-
nginx-ui:latest
179+
uozi/nginx-ui:latest
180180
```
181181

182182
## 手动构建

README-zh_TW.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ systemctl restart nginx-ui
163163
## 使用 Docker
164164

165165
Docker 示例
166-
- `nginx-ui:latest` 鏡像基於 `nginx:latest` 構建,
166+
- `uozi/nginx-ui:latest` 鏡像基於 `nginx:latest` 構建,
167167
您可以直接將該鏡像監聽到 80 和 443 端口以取代宿主機上的 Nginx
168168

169169
- 映射到 `/etc/nginx` 的文件夾應該為一個空目錄
@@ -176,7 +176,7 @@ docker run -dit \
176176
-v /mnt/user/appdata/nginx:/etc/nginx \
177177
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
178178
-p 8080:80 -p 8443:443 \
179-
nginx-ui:latest
179+
uozi/nginx-ui:latest
180180
```
181181

182182
## 手動構建

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ systemctl restart nginx-ui
162162
## Use Docker
163163

164164
Docker deploy example
165-
- `nginx-ui:latest` base on `nginx:latest`, you can replace the Nginx on host by publishing port 80 and 443 to host
165+
- `uozi/nginx-ui:latest` base on `nginx:latest`, you can replace the Nginx on host by publishing port 80 and 443 to host
166166

167167
- The volume mapping to `/etc/nginx` should be empty.
168168

@@ -174,7 +174,7 @@ docker run -dit \
174174
-v /mnt/user/appdata/nginx:/etc/nginx \
175175
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
176176
-p 8080:80 -p 8443:443 \
177-
nginx-ui:latest
177+
uozi/nginx-ui:latest
178178
```
179179

180180

0 commit comments

Comments
 (0)