diff --git a/README-zh.md b/README-zh.md index f94de8c..8de8a12 100644 --- a/README-zh.md +++ b/README-zh.md @@ -74,6 +74,10 @@ MAX_FILE_SIZE=500000000 我们欢迎贡献!请参阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解如何开始、我们的开发工作流程以及代码质量指南。 +## 部署 + +有关如何使用 Docker 部署 MyTube 的详细说明,请参阅 [Docker 部署指南](documents/zh/docker-guide.md). + ## 星标历史 [![Star History Chart](https://api.star-history.com/svg?repos=franklioxygen/MyTube&type=date&legend=bottom-right)](https://www.star-history.com/#franklioxygen/MyTube&type=date&legend=bottom-right) diff --git a/README.md b/README.md index 24020ec..324a15d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ Copy the `.env.example` files in both frontend and backend directories to create We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to get started, our development workflow, and code quality guidelines. +## Deployment + +For detailed instructions on how to deploy MyTube using Docker, please refer to [Docker Deployment Guide](documents/en/docker-guide.md). + ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=franklioxygen/MyTube&type=date&legend=bottom-right)](https://www.star-history.com/#franklioxygen/MyTube&type=date&legend=bottom-right) diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 9683a77..10edec8 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -350,6 +350,7 @@ const Home: React.FC = () => {