(fix)(build) Add sequential execution to Docker Compose and modify active to prd (#1332)

This commit is contained in:
lexluo09
2024-07-02 21:15:41 +08:00
committed by GitHub
parent 9cd352f146
commit 20aa0bc0a9
4 changed files with 40 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ Visit http://117.72.46.148:9080 to register and experience as a new user. Please
### Docker Deployment
- Install Docker and docker-compose.
- Download the docker-compose.yml file; Execute https://raw.githubusercontent.com/tencentmusic/supersonic/master/docker/docker-compose.yml.
- Download the docker-compose.yml file; Execute: wget https://raw.githubusercontent.com/tencentmusic/supersonic/master/docker/docker-compose.yml.
- Execute "docker-compose up -d".
- Open a browser and visit http://localhost:9080 to start exploring.