docker instructions

This commit is contained in:
Evan Reichard 2023-12-22 16:12:52 -05:00
parent f624676d85
commit 1df72ed2f0

View File

@ -8,6 +8,18 @@ The submodule reference was removed and consolidated into this single repo. Git
make docker_build_local 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 ## Running from source
You need to use nodejs 16.x, using `yarn` is recommended. You need to use nodejs 16.x, using `yarn` is recommended.