Patched TorznabApi.kt to accept the hyphenated action names (movie-search, tv-search) that Caps.kt already advertises and that Radarr/Sonarr actually send, alongside the original non-hyphenated variants (movie, tvsearch). Upstream: https://github.com/danielchc/amarr
14 lines
276 B
YAML
14 lines
276 B
YAML
services:
|
|
amarr:
|
|
image: danielchc/amarr
|
|
container_name: amarr
|
|
environment:
|
|
- AMULE_HOST=aMule
|
|
- AMULE_PORT=4712
|
|
- AMULE_PASSWORD=secret
|
|
volumes:
|
|
- ammar-config:/config
|
|
ports:
|
|
- 4713:4713
|
|
volumes:
|
|
ammar-config: |