An open API service indexing awesome lists of open source software.

https://github.com/ravencentric/anidl-docker


https://github.com/ravencentric/anidl-docker

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# anidl-docker

```yaml
services:
anidl:
image: ghcr.io/ravencentric/anidl-docker:latest
container_name: anidl
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- type: bind
source: /host/path/to/videos
target: /usr/local/bin/multi-downloader-nx-linux-x64-cli/videos

- type: bind
source: /host/path/to/widevine
target: /usr/local/bin/multi-downloader-nx-linux-x64-cli/widevine

- type: bind
source: /host/path/to/playready
target: /usr/local/bin/multi-downloader-nx-linux-x64-cli/playready

- type: bind
source: /host/path/to/fonts
target: /usr/local/bin/multi-downloader-nx-linux-x64-cli/fonts

- type: bind
source: /host/path/to/config
target: /usr/local/bin/multi-downloader-nx-linux-x64-cli/config
```