Fix words

This commit is contained in:
Baohua Yang
2026-01-10 22:39:51 -08:00
parent 6ea398255a
commit 8e85c1278a
36 changed files with 346 additions and 186 deletions

View File

@@ -48,4 +48,4 @@ volumes:
## 构建并运行项目
运行 `docker-compose up -d` Compose 就会拉取镜像再创建我们所需要的镜像然后启动 `wordpress` 和数据库容器 接着浏览器访问 `127.0.0.1:8000` 端口就能看到 `WordPress` 安装界面了
运行 `docker compose up -d` Compose 就会拉取镜像再创建我们所需要的镜像然后启动 `wordpress` 和数据库容器 接着浏览器访问 `127.0.0.1:8000` 端口就能看到 `WordPress` 安装界面了