diff --git a/README-zh_CN.md b/README-zh_CN.md index 7a4b95a5..ddc0c403 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -163,7 +163,7 @@ systemctl restart nginx-ui ## 使用 Docker Docker 示例 -- `nginx-ui:latest` 镜像基于 `nginx:latest` 构建, +- `uozi/nginx-ui:latest` 镜像基于 `nginx:latest` 构建, 您可以直接将该镜像监听到 80 和 443 端口以取代宿主机上的 Nginx - 映射到 `/etc/nginx` 的文件夹应该为一个空目录 @@ -176,7 +176,7 @@ docker run -dit \ -v /mnt/user/appdata/nginx:/etc/nginx \ -v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \ -p 8080:80 -p 8443:443 \ - nginx-ui:latest + uozi/nginx-ui:latest ``` ## 手动构建 diff --git a/README-zh_TW.md b/README-zh_TW.md index 533911a9..8b6297d6 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -163,7 +163,7 @@ systemctl restart nginx-ui ## 使用 Docker Docker 示例 -- `nginx-ui:latest` 鏡像基於 `nginx:latest` 構建, +- `uozi/nginx-ui:latest` 鏡像基於 `nginx:latest` 構建, 您可以直接將該鏡像監聽到 80 和 443 端口以取代宿主機上的 Nginx - 映射到 `/etc/nginx` 的文件夾應該為一個空目錄 @@ -176,7 +176,7 @@ docker run -dit \ -v /mnt/user/appdata/nginx:/etc/nginx \ -v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \ -p 8080:80 -p 8443:443 \ - nginx-ui:latest + uozi/nginx-ui:latest ``` ## 手動構建 diff --git a/README.md b/README.md index b7dc5e61..329d96c4 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ systemctl restart nginx-ui ## Use Docker Docker deploy example -- `nginx-ui:latest` base on `nginx:latest`, you can replace the Nginx on host by publishing port 80 and 443 to host +- `uozi/nginx-ui:latest` base on `nginx:latest`, you can replace the Nginx on host by publishing port 80 and 443 to host - The volume mapping to `/etc/nginx` should be empty. @@ -174,7 +174,7 @@ docker run -dit \ -v /mnt/user/appdata/nginx:/etc/nginx \ -v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \ -p 8080:80 -p 8443:443 \ - nginx-ui:latest + uozi/nginx-ui:latest ```