File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ systemctl restart nginx-ui
163163## 使用 Docker
164164
165165Docker 示例
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## 手动构建
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ systemctl restart nginx-ui
163163## 使用 Docker
164164
165165Docker 示例
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## 手動構建
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ systemctl restart nginx-ui
162162## Use Docker
163163
164164Docker 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
You can’t perform that action at this time.
0 commit comments