File tree 3 files changed +6
-6
lines changed
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
163
163
## 使用 Docker
164
164
165
165
Docker 示例
166
- - ` nginx-ui:latest ` 镜像基于 ` nginx:latest ` 构建,
166
+ - ` uozi/ nginx-ui:latest` 镜像基于 ` nginx:latest ` 构建,
167
167
您可以直接将该镜像监听到 80 和 443 端口以取代宿主机上的 Nginx
168
168
169
169
- 映射到 ` /etc/nginx ` 的文件夹应该为一个空目录
@@ -176,7 +176,7 @@ docker run -dit \
176
176
-v /mnt/user/appdata/nginx:/etc/nginx \
177
177
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
178
178
-p 8080:80 -p 8443:443 \
179
- nginx-ui:latest
179
+ uozi/ nginx-ui:latest
180
180
```
181
181
182
182
## 手动构建
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ systemctl restart nginx-ui
163
163
## 使用 Docker
164
164
165
165
Docker 示例
166
- - ` nginx-ui:latest ` 鏡像基於 ` nginx:latest ` 構建,
166
+ - ` uozi/ nginx-ui:latest` 鏡像基於 ` nginx:latest ` 構建,
167
167
您可以直接將該鏡像監聽到 80 和 443 端口以取代宿主機上的 Nginx
168
168
169
169
- 映射到 ` /etc/nginx ` 的文件夾應該為一個空目錄
@@ -176,7 +176,7 @@ docker run -dit \
176
176
-v /mnt/user/appdata/nginx:/etc/nginx \
177
177
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
178
178
-p 8080:80 -p 8443:443 \
179
- nginx-ui:latest
179
+ uozi/ nginx-ui:latest
180
180
```
181
181
182
182
## 手動構建
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ systemctl restart nginx-ui
162
162
## Use Docker
163
163
164
164
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
166
166
167
167
- The volume mapping to ` /etc/nginx ` should be empty.
168
168
@@ -174,7 +174,7 @@ docker run -dit \
174
174
-v /mnt/user/appdata/nginx:/etc/nginx \
175
175
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
176
176
-p 8080:80 -p 8443:443 \
177
- nginx-ui:latest
177
+ uozi/ nginx-ui:latest
178
178
```
179
179
180
180
You can’t perform that action at this time.
0 commit comments