Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoRakete committed Mar 9, 2025
1 parent 20f8249 commit b937852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ services:
image: ghcr.io/roccorakete/arrtalk:latest
environment:
- SONARR_ENABLE=true
- SONARR_HOST=<SONARR IP/HOST>
- SONARR_HOST=<SONARR IP/HOST+PORT>
- SONARR_API=<SONARR API>
- RADARR_ENABLE=true
- RADARR_HOST=<RADARR IP/HOST>
- RADARR_HOST=<RADARR IP/HOST+PORT>
- RADARR_API=<RADARR API>
- JELLYFIN_ENABLE=true
- JELLYFIN_HOST=<JELLYFIN IP/HOST>
- JELLYFIN_HOST=<JELLYFIN IP/HOST+PORT>
- JELLYFIN_API=<JELLYFIN API>

0 comments on commit b937852

Please sign in to comment.