Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 594 Bytes

Addic7edler Server

NOT READY YET FOR PUBLIC USE
Docker image to find missing subtitles and download them from the great Addic7ed website.

Docker config on cloudbox

docker run -d \
    --name addic7eddler \
    --restart=always \
    --user node \
    --network=cloudbox \
    --network-alias=addic7eddler \
    -v /etc/localtime:/etc/localtime:ro \
    -v /opt/addic7eddler/:/config \
    -v /opt/addic7eddler/:/data \
    -v /mnt/unionfs/Media:/media \
     -v /mnt/:/mnt/ \
    --label com.github.cloudbox.cloudbox_managed=false \
    niico/addic7eddler-server:dev