Skip to content

Add Dockerfile#29

Open
MacroPower wants to merge 1 commit intonrg101:masterfrom
MacroPower:feature/dockerfile
Open

Add Dockerfile#29
MacroPower wants to merge 1 commit intonrg101:masterfrom
MacroPower:feature/dockerfile

Conversation

@MacroPower
Copy link
Copy Markdown

@MacroPower MacroPower commented Jan 15, 2023

Adds a very simple dockerfile. Users can mount torrent/music directories and supply extra arguments to configure it.

Also, the workdir is set to /musicscan/run, so that you can mount it somewhere easily to keep the log and state files.

Example usage:

docker run -d --name='musicscan' \
  -v '/mnt/user/music/':'/music':'ro' \
  -v '/mnt/user/torrents':'/torrents':'rw' \
  -v '/mnt/user/appdata/musicscan':'/musicscan/run':'rw' \
    'macropower/musicscan:0.1.2' \
      -u <username> \
      -p <password> \
      --loglevel debug \
      --output /torrents \
      /music

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant