Skip to content

Commit

Permalink
fix(docs): remove spurious hyphen in docker compose cmd (immich-app#5771
Browse files Browse the repository at this point in the history
)

The command example is correct, but the text just before it still references the old docker-compose command.
  • Loading branch information
jonhnet authored Dec 17, 2023
1 parent a15c799 commit d9b5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/install/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Optionally, you can use the [`hwaccel.yml`][hw-file] file to enable hardware acc

### Step 3 - Start the containers

From the directory you created in Step 1, (which should now contain your customized `docker-compose.yml` and `.env` files) run `docker-compose up -d`.
From the directory you created in Step 1, (which should now contain your customized `docker-compose.yml` and `.env` files) run `docker compose up -d`.

```bash title="Start the containers using docker compose command"
docker compose up -d
Expand Down

0 comments on commit d9b5adf

Please sign in to comment.