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.example` ファイルをコピーして同じ場所に貼り付け、名前を `.env` に変更する
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 Image