Skip to content

Commit

Permalink
Merge pull request #1998 from Geezus42/patch-2
Browse files Browse the repository at this point in the history
Update README.md: change docker-compose to docker compose because command syntax has changed
  • Loading branch information
glensc authored Jul 23, 2024
2 parents acac541 + 392311a commit 09d8e5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Note: `main` is development version and reporting bugs against development versi
To run sync:

```
docker-compose run --rm plextraktsync sync
docker compose run --rm plextraktsync sync
```

The container will stop after the sync is completed. Read Setup section to run
Expand Down Expand Up @@ -264,7 +264,7 @@ Installing from GitHub is considered developer mode, and it's documented in
[ofelia]: https://github.com/mcuadros/ofelia/
A docker-compose example with a 6h interval:
A docker compose example with a 6h interval:
```yaml
version: "2"
Expand Down Expand Up @@ -469,7 +469,7 @@ compose, you can run them at the same time.
The above config means that a job is running every 6 hours, alternating between
the two "servers". The PlexTraktSync container also has a [docker compose
profile] called "schedule" which means that it won't run automatically when you
run for example `docker-compose up`.
run for example `docker compose up`.

[docker compose profile]: https://docs.docker.com/compose/profiles/

Expand Down Expand Up @@ -618,10 +618,10 @@ To run `watch` command:
or

```
docker-compose run --rm plextraktsync watch
docker compose run --rm plextraktsync watch
```

or add `command: watch` to docker compose file, and `docker-compose up -d
or add `command: watch` to docker compose file, and `docker compose up -d
plextraktsync` to start the container detached:

```yaml
Expand Down

0 comments on commit 09d8e5f

Please sign in to comment.