Skip to content

chrisoro/TwitchDropsMiner_docker

Repository files navigation

TwitchDropsMiner_docker

Provide docker image for the popular TwitchDropsMiner based on the docker image for GUI tools.

Usage (Docker)

Build

docker build -t tdm .

Run

Replace paths with your paths for the settings and cookies. It will download the newest development version on container start.

docker run \
    --name tdm \
    --restart unless-stopped \
    -p 5800:5800/tcp \
    -v //Users/user/TDM/settings.json:/settings.json \
    -v //Users/user/TDM/cookies.jar:/cookies.jar \
    tdm

Usage (Docker Compose)

docker compose up -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published