Skip to content

Commit

Permalink
update docker compose commands to new compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Sep 18, 2023
1 parent 5d50d5d commit e5a4205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ The main CSS styling file is
Using Docker:

```sh
docker-compose up --build
docker compose up --build
```

Set up database:

```sh
docker-compose exec web bundle exec rake db:setup db:migrate
docker compose exec web bundle exec rake db:setup db:migrate
```

### Without Docker
Expand Down

0 comments on commit e5a4205

Please sign in to comment.