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
podman run \
--name navidrome \
-p 4533:4533 \
-v /path/to/music:/music:ro \
-v /path/to/data:/data \
-e ND_ENABLETRANSCODINGCONFIG=true \
-e ND_COVERJPEGQUALITY=90 \
-d docker.io/deluan/navidrome:latest
--name navidrome \
-p 4533:4533 \
-v /path/to/music:/music:ro \
-v /path/to/data:/data \
-e ND_ENABLETRANSCODINGCONFIG=true \
-e ND_COVERJPEGQUALITY=90 \
-e ND_DEFAULTTHEME="Electric Purple" \
-d docker.io/deluan/navidrome:latest
```