Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.82 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.82 KB

Caution

As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.

Note

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

logo

Google MusicManager Deduplication API - Docker Image

Docker Pulls Docker stars PayPal donation Buy me a coffee Buy me a coffee

This image allows you utilize deduplication feature for Youtube Music Uploader

Installation

Please note that this package is also hosted on Github Container Registry, just add ghcr.io/ before the image name (docker pull ghcr.io/jaymoulin/google-musicmanager-dedup-api instead of jaymoulin/google-musicmanager-dedup-api)

docker run -d --restart=always -p 80:80 -v /path/to/your/db:/app/db --name googlemusic-dedup jaymoulin/google-musicmanager-dedup-api

You can mount a volume to /app/db/ to keep the database outside the container