Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
najoast committed May 19, 2023
1 parent 63f2810 commit 0a69890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/acoer_docker_linux.md → doc/acore_docker_linux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linux 下使用 acoer-docker 开外网步骤
# Linux 下使用 acore-docker 开外网步骤
1. 进入服务器终端,输入 `ifconfig` 查看服务器外网IP地址,记下来。(也可以在服务器管理控制台查看)
2. 运行 `docker exec -it acore-docker-master-ac-database-1 bash` 命令,进入数据库容器。
3. 运行 `mysql -h127.0.0.1 -uroot -ppassword -e "update acore_auth.realmlist set address='123.123.123.123' where id=1"` 命令,将数据库中的外网地址改为服务器外网地址。(把上述命令里的123.123.123.123改为你的外网地址)
Expand Down

0 comments on commit 0a69890

Please sign in to comment.