Fix docker command (#2743)

* fix docker compose

* correct docker compose command
This commit is contained in:
William Espegren
2024-07-12 18:57:58 +02:00
committed by GitHub
parent 3cbbd59242
commit 7166317482
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -44,9 +44,9 @@
1. 进入项目根目录下的 `docker` 文件夹
2. 创建 `.env` 文件并指定 `PORT`(参考 `.env.example`
3. 运行 `docker-compose up -d`
3. 运行 `docker compose up -d`
4. 打开 [http://localhost:3000](http://localhost:3000)
5. 可以通过 `docker-compose stop` 停止容器
5. 可以通过 `docker compose stop` 停止容器
### Docker 镜像