Skip to content

Commit

Permalink
No longer reference deprecated docker-compose command.
Browse files Browse the repository at this point in the history
  • Loading branch information
codders committed Dec 16, 2024
1 parent fb87f57 commit 3acb92c
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 @@ -244,13 +244,13 @@ You can either use just Docker or Docker Compose to run the app containerized. W
2. To build the image, run inside the project's root directory:

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

3. To run the docker container, run inside the project's root directory:

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

#### With plain Docker
Expand Down

0 comments on commit 3acb92c

Please sign in to comment.