You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [Docker Container for Logitech Media Server][hub]
8
8
9
9
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server 7.9.1 build. [Nightly][appurl]
10
10
@@ -23,7 +23,7 @@ docker create --name=lms \
23
23
-e PUID=<uid> \
24
24
-e TZ=<timezone> \
25
25
-p 9000:9000 \
26
-
-p 3483:3483
26
+
-p 3483:3483 \
27
27
-p 3483:3483/udp \
28
28
logicwar/logitechmediaserver
29
29
```
@@ -43,7 +43,7 @@ For shell access while the container is running do `docker exec -it lms /bin/bas
43
43
44
44
### User / Group ID
45
45
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:
0 commit comments