docs: Update deployment instructions in README

This commit is contained in:
Peifan Li
2025-12-02 21:31:51 -05:00
parent eed24589d4
commit 10d6933cbd
3 changed files with 9 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -350,6 +350,7 @@ const Home: React.FC = () => {
<Box sx={{
position: 'sticky',
maxHeight: 'calc(100% - 80px)',
minHeight: 'calc(100vh - 80px)',
overflowY: 'auto',
'&::-webkit-scrollbar': {
width: '6px',