Skip to content

Commit f3da637

Browse files
committed
Typo corrections in README.md
1 parent b05d336 commit f3da637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[wiki]: http://wiki.slimdevices.com/index.php/Logitech_Media_Server
55
[tz_wikipedia]:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
66

7-
# Docker Container for Logitech Media Server
7+
# [Docker Container for Logitech Media Server][hub]
88

99
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server 7.9.1 build. [Nightly][appurl]
1010

@@ -23,7 +23,7 @@ docker create --name=lms \
2323
-e PUID=<uid> \
2424
-e TZ=<timezone> \
2525
-p 9000:9000 \
26-
-p 3483:3483
26+
-p 3483:3483 \
2727
-p 3483:3483/udp \
2828
logicwar/logitechmediaserver
2929
```
@@ -43,7 +43,7 @@ For shell access while the container is running do `docker exec -it lms /bin/bas
4343

4444
### User / Group ID
4545

46-
For security reasons and to avoid permissions issues with data volumes (`-v` flags), you may want to create a specific "docker" user with proper right accesses on your audio folder. To find your user **uid** and **gid** you can use the `id <user>` command as below:
46+
For security reasons and to avoid permissions issues with data volumes (`-v` flags), you may want to create a specific "docker" user with proper right accesses on your persistant folders. To find your user **uid** and **gid** you can use the `id <user>` command as below:
4747

4848
```
4949
$ id <dockeruser>

0 commit comments

Comments
 (0)