From 1df72ed2f070f8e428ae738645bd1fce2eafdef0 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Fri, 22 Dec 2023 16:12:52 -0500 Subject: [PATCH] docker instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 311b64e..436110b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ The submodule reference was removed and consolidated into this single repo. Git make docker_build_local +## Running Docker Image + + docker run -d \ + -v ./downloads/:/downloads \ + -v ./config:/config \ + -e PUID=1000 \ + -e PGID=1000 \ + -e UMASK_SET=022 \ + -e DEEMIX_SINGLE_USER=true \ + -p 6595:6595 \ + gitea.va.reichard.io/evan/deemixer:latest + ## Running from source You need to use nodejs 16.x, using `yarn` is recommended.