Skip to content

Commit

Permalink
README: Switch to docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Jul 31, 2024
1 parent d769cbb commit e4aff70
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 @@ -119,11 +119,11 @@ docker build -t sameersbn/redmine github.com/sameersbn/docker-redmine

# Quick Start

The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/).
The quickest way to get started is using [docker compose](https://docs.docker.com/compose/).

```bash
wget https://raw.githubusercontent.com/sameersbn/docker-redmine/master/docker-compose.yml
docker-compose up
docker compose up
```

Alternately, you can manually launch the `redmine` container and the supporting `postgresql` container by following this two step guide.
Expand Down

0 comments on commit e4aff70

Please sign in to comment.