Skip to content

Commit

Permalink
Updates documentation to use a fixed minor version of ofelia
Browse files Browse the repository at this point in the history
  • Loading branch information
SebbeJohansson authored Jan 9, 2025
1 parent 520499d commit 27c3f31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You can setup docker compose file like this:
version: "2"
services:
plextraktsync:
image: ghcr.io/taxel/plextraktsync:latest
image: ghcr.io/taxel/plextraktsync
command: sync
container_name: plextraktsync
restart: on-failure:2
Expand Down Expand Up @@ -292,7 +292,7 @@ A docker compose example with a 6h interval:
version: "2"
services:
scheduler:
image: mcuadros/ofelia:latest
image: mcuadros/ofelia:0.3
container_name: scheduler
depends_on:
- plextraktsync
Expand Down Expand Up @@ -452,7 +452,7 @@ something similar to this in your `docker-compose.yml`:
```yml
services:
plextraktsync:
image: ghcr.io/taxel/plextraktsync:latest
image: ghcr.io/taxel/plextraktsync
command: sync
container_name: plextraktsync
volumes:
Expand All @@ -463,7 +463,7 @@ services:
depends_on:
- plex
scheduler:
image: mcuadros/ofelia:latest
image: mcuadros/ofelia:0.3
container_name: scheduler
command: daemon --docker
restart: unless-stopped
Expand Down

0 comments on commit 27c3f31

Please sign in to comment.