使用 Docker 独立部署 Waline 评论系统
0 更新记录 2024-03-26: 初始版本 2024-04-21: 更新禁止用户访问 Waline 的 demo 页面的 Nginx 配置 2024-05-10: 更新 MySQL8.4 版本删除 default-authentication...
0 更新记录 2024-03-26: 初始版本 2024-04-21: 更新禁止用户访问 Waline 的 demo 页面的 Nginx 配置 2024-05-10: 更新 MySQL8.4 版本删除 default-authentication...
1 拉取 Openresty 镜像 1docker pull openresty/openresty:bullseye 镜像版本可以按需选择,带有-fat的镜像包含额外的包,只使用 Nginx 基本功能时无需安装。 2 创建本地 Nginx ...