Skip to content

Commit

Permalink
chore: rename docker-compose.yml to compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Oct 6, 2023
1 parent 040de35 commit 4e8f2d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
cp docker/dev/.env.example docker/dev/.env
docker-compose up -d
docker compose up -d
- name: setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ cp server/prisma/.env.example server/prisma/.env
### ミドルウェアのセットアップ

```sh
$ docker-compose up -d
$ docker compose up -d
```

### 開発サーバー起動
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
firebase:
build: ./docker/dev/firebase
Expand Down

0 comments on commit 4e8f2d3

Please sign in to comment.