Update indents. Add default theme

This commit is contained in:
RealStickman 2023-02-19 15:40:52 +01:00
parent 33f096a712
commit 7855c5cf17

View File

@ -9,11 +9,12 @@ visible: true
```sh ```sh
podman run \ podman run \
--name navidrome \ --name navidrome \
-p 4533:4533 \ -p 4533:4533 \
-v /path/to/music:/music:ro \ -v /path/to/music:/music:ro \
-v /path/to/data:/data \ -v /path/to/data:/data \
-e ND_ENABLETRANSCODINGCONFIG=true \ -e ND_ENABLETRANSCODINGCONFIG=true \
-e ND_COVERJPEGQUALITY=90 \ -e ND_COVERJPEGQUALITY=90 \
-d docker.io/deluan/navidrome:latest -e ND_DEFAULTTHEME="Electric Purple" \
-d docker.io/deluan/navidrome:latest
``` ```