🐳 Docker Image: weihaodong222/overleaf-arm
Prerequisites / 前置条件 Use this command to check if Docker is installed: 运行此命令检查是否已安装 Docker:
docker --versionIf installed, skip Step 0. (如果已安装,请跳过第 0 步)
If the server is new, run this official script to install Docker & Docker Compose: 如果是新服务器,请运行官方脚本一键安装 Docker 和 Docker Compose:
Bash
curl -fsSL https://get.docker.com | bash
Open your terminal and clone the repository: 打开终端,克隆本项目代码并进入目录:
Bash
git clone https://github.com/weihdong/overleaf-arm64.git
cd overleaf-arm64
Start the service with one command: 运行以下命令一键启动:
Bash
docker-compose up -d
Wait 30 seconds for the database to initialize. Then visit: 等待约 30秒 让数据库初始化。然后访问:
👉 http://localhost:8081/launchpad
Create your admin account and enjoy! 创建管理员账号,开始使用!
-
Database Included: MongoDB & Redis are auto-configured. No manual setup needed. 自带数据库:已内置 Mongo 和 Redis,无需任何手动配置。
-
Email (Optional): Uncomment SMTP settings in
docker-compose.ymlif you need password reset. 邮件功能(可选):如需“找回密码”功能,请取消 YML 文件中 SMTP 部分的注释。 -
External Access / 外网访问:Uncomment the
tunnelservice indocker-compose.ymland add your Cloudflare Tunnel Token. 取消注释tunnel服务并填入 Cloudflare Token,即可实现安全的外网访问。