From 6bdc293a35178922e447f658a65ed7cc8a31bf95 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:26:12 +0800 Subject: [PATCH] Update docker_custom.md --- docs/guide/docker_custom.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/docker_custom.md b/docs/guide/docker_custom.md index 16bdb22f55..efa1f97c1e 100644 --- a/docs/guide/docker_custom.md +++ b/docs/guide/docker_custom.md @@ -48,7 +48,7 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/ 命令执行后按照提示输入即可,安装完毕后打开```本机IPV4+80端口```可登录 -如果需要查询过去生成的信息,可执行```cat android```可查询信息 +如果需要查询过去生成的信息,可执行```cat /root/android_info```可查询信息 **暂时只支持生成一个安卓容器,勿要重复生成,如需替换版本请执行后续命令删除后再次开设** @@ -57,4 +57,6 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/ ``` docker rm -f android docker rm -f scrcpy_web -``` \ No newline at end of file +rm -rf /etc/nginx/sites-enabled/reverse-proxy +rm -rf /etc/nginx/sites-available/reverse-proxy +```