Skip to content

Commit

Permalink
Merge pull request #410 from ridgepole/chore/rename-docker-compose.yml
Browse files Browse the repository at this point in the history
chore: Rename docker-compose.yml to compose.yml
  • Loading branch information
winebarrel committed Apr 2, 2023
2 parents 1ed644c + 4916bd1 commit f15b4ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Apply `Schemafile`


```sh
docker-compose up -d
docker compose up -d
bundle install
bundle exec appraisal install
bundle exec appraisal activerecord-7.0 rake
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
mysql57:
image: "mysql:5.7"
Expand Down

0 comments on commit f15b4ed

Please sign in to comment.