https://github.com/andrew-codechimp/lms
Logitech Media Server Docker
https://github.com/andrew-codechimp/lms
Last synced: about 1 month ago
JSON representation
Logitech Media Server Docker
- Host: GitHub
- URL: https://github.com/andrew-codechimp/lms
- Owner: andrew-codechimp
- Archived: true
- Created: 2021-06-12T12:19:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T13:35:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T08:58:43.666Z (about 2 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LMS
Docker image for LMS (Logitech Media Server, SqueezeCenter, SqueezeboxServer, SlimServer)
To run LMS:
docker run -d \
-p 3483:3483/tcp \
-p 3483:3483/udp \
-p 9000:9000/tcp \
-p 9090:9090/tcp \
-e PUID="999" \
-e GUID="1000" \
-v "/mnt/user/appdata/lms":"/config":rw \
-v "/mnt/user/Music":"/music":rw \
-v "/mnt/user/Plugins":"/plugins":rw \
docker.pkg.github.com/andrew-codechimp/lms/lms-image:latest