Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
add-n2x committed Dec 31, 2024
1 parent ff78854 commit b62a450
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ And other little helpers for Navidrome Music Server.
Use following command to start the Docker container:

```bash
docker run --rm -it \
-v $(ND_DIR):/navidrome \
-v $(MUSIC_DIR):/music \
-v $(DATA_DIR):/data \
-e TZ=${TIMEZONE} \
-e ND_BASE_PATH=${ND_BASE_PATH} \
--entrypoint bash nd-toolbox
docker run --rm -it \
-v $(ND_DIR):/navidrome \
-v $(MUSIC_DIR):/music \
-v $(DATA_DIR):/data \
-e TZ=${TIMEZONE} \
-e ND_BASE_PATH=${ND_BASE_PATH} \
--entrypoint bash nd-toolbox
```

Bind-mounts:
Expand All @@ -41,7 +41,7 @@ Environment vars:
For all command first log into the container with:

```bash
docker exec -it nd-toolbox bash
docker exec -it nd-toolbox bash
```

### Import music into internal library
Expand Down

0 comments on commit b62a450

Please sign in to comment.