https://github.com/ravencentric/anidl-docker
https://github.com/ravencentric/anidl-docker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ravencentric/anidl-docker
- Owner: Ravencentric
- Created: 2025-03-23T17:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T17:37:24.000Z (over 1 year ago)
- Last Synced: 2025-03-23T18:25:01.708Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```