Skip to content

Commit

Permalink
Updates image versions to be cohesive so that all of them have latest…
Browse files Browse the repository at this point in the history
…, and updated config volume path for multi server setup
  • Loading branch information
SebbeJohansson committed Jan 7, 2025
1 parent 11f7a15 commit 520499d
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
image: ghcr.io/taxel/plextraktsync:latest
command: sync
container_name: plextraktsync
restart: on-failure:2
Expand Down Expand Up @@ -452,18 +452,18 @@ something similar to this in your `docker-compose.yml`:
```yml
services:
plextraktsync:
image: ghcr.io/taxel/plextraktsync
image: ghcr.io/taxel/plextraktsync:latest
command: sync
container_name: plextraktsync
volumes:
- /configs/mediarr/plextraktsync:/app/config
- ./config:/app/config
environment:
- PUID=1000
- PGID=1000
depends_on:
- plex
scheduler:
image: mcuadros/ofelia
image: mcuadros/ofelia:latest
container_name: scheduler
command: daemon --docker
restart: unless-stopped
Expand Down

0 comments on commit 520499d

Please sign in to comment.