Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qist committed Jun 24, 2024
1 parent d82dfc2 commit 518e972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/docker/files/DockerInit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ case $1 in
;;
armv7 | arm | arm32)
ARCH="arm32-v7a"
FNAME="arm32"
FNAME="arm"
;;
armv6)
ARCH="arm32-v6"
FNAME="armv6"
FNAME="arm"
;;
*)
ARCH="64"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ firewall-cmd --list-all
# juestnow/xray-ui:latest 最新版本 指定版本号docker pull juestnow/xray-ui:1.8.6
docker run -d --net=host -v/etc/xray-ui:/etc/xray-ui --restart=unless-stopped --name xray-ui juestnow/xray-ui:latest
# 查看默认账号密码
docker exec -ti 启动的容器名 /root/xray-ui setting -show
docker run --rm -v/etc/xray-ui:/etc/xray-ui juestnow/xray-ui /root/xray-ui setting -show
docker exec -ti 启动的容器名 /app/xray-ui setting -show
docker run --rm -v/etc/xray-ui:/etc/xray-ui juestnow/xray-ui /app/xray-ui setting -show
# 设置账号密码
docker exec -ti 启动的容器名 /root/xray-ui setting -password abcd -username abacd
docker run --rm -v/etc/xray-ui:/etc/xray-ui juestnow/xray-ui /root/xray-ui setting -password abcd -username abacd
docker exec -ti 启动的容器名 /app/xray-ui setting -password abcd -username abacd
docker run --rm -v/etc/xray-ui:/etc/xray-ui juestnow/xray-ui /app/xray-ui setting -password abcd -username abacd
```

2023.4.20 添加 配置文件下载本地,DB文件下载到本地,更新依赖到最新!
Expand Down

0 comments on commit 518e972

Please sign in to comment.