diff --git a/README.md b/README.md index 0a9ae81..a90a180 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ cd suno-api npm install ``` +Alternatively, you can use [Docker Compose](https://docs.docker.com/compose/) + +```bash +docker compose build && docker compose up +``` + ### 3. Configure suno-api - If deployed to Vercel, please add an environment variable `SUNO_COOKIE` in the Vercel dashboard, with the value of the cookie obtained in the first step. diff --git a/README_CN.md b/README_CN.md index 251d43e..067f069 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,6 +56,12 @@ cd suno-api npm install ``` +或者,你也可以使用 [Docker Compose](https://docs.docker.com/compose/) + +```bash +docker compose build && docker compose up +``` + ### 3. 配置 suno-api - 如果部署到了 Vercel,请在 Vercel 后台,添加环境变量 `SUNO_COOKIE`,值为第一步获取的 cookie。