Skip to content

Commit

Permalink
fix: wrong parameter for docker composer up
Browse files Browse the repository at this point in the history
  • Loading branch information
29Hido authored and dunglas committed Nov 3, 2023
1 parent 7a598e9 commit 4ecf9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker compose build --no-cache
Then, start Docker Compose in detached mode:

```console
docker compose up --pull --wait
docker compose up --wait
```

**Tip:** Be sure that the ports `80`, `443`, and `5432` of the host are not already in use. The usual offenders are Apache, NGINX, and Postgres. If they are running, stop them and run `docker compose up --wait` again.
Expand Down

0 comments on commit 4ecf9ae

Please sign in to comment.