docker instructions
This commit is contained in:
parent
f624676d85
commit
1df72ed2f0
12
README.md
12
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.
|
||||
|
Loading…
Reference in New Issue
Block a user