From 076556f09c8090822d4b77be652ad7513d43c8b8 Mon Sep 17 00:00:00 2001 From: wengchaoxi Date: Fri, 29 Mar 2024 15:50:55 +0800 Subject: [PATCH] docs: Update README --- README.md | 6 ++++++ README_CN.md | 6 ++++++ 2 files changed, 12 insertions(+) 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。