Skip to content

Commit

Permalink
Remove extra space.
Browse files Browse the repository at this point in the history
Close #87
  • Loading branch information
deluan committed Apr 9, 2023
1 parent 99c95e1 commit b53249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Installation/docker.md
Expand Up @@ -47,7 +47,7 @@ $ docker run -d \
--user $(id -u):$(id -g) \
-v /path/to/music:/music \
-v /path/to/data:/data \
-p 4533:4533 \
-p 4533:4533 \
-e ND_LOGLEVEL=info \
deluan/navidrome:latest
```
Expand Down

0 comments on commit b53249e

Please sign in to comment.