Skip to content

Instantly share code, notes, and snippets.

@ByTheHugo
Created August 8, 2023 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ByTheHugo/1926839c58a12b036d5b41b1b626d68d to your computer and use it in GitHub Desktop.
Save ByTheHugo/1926839c58a12b036d5b41b1b626d68d to your computer and use it in GitHub Desktop.
Synology container definition for Logitech Media Server on Docker.
{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "",
"cpu_priority" : 0,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enable_service_portal" : null,
"enabled" : true,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "DEBIAN_FRONTEND",
"value" : "noninteractive"
},
{
"key" : "LC_ALL",
"value" : "C.UTF-8"
},
{
"key" : "LANG",
"value" : "en_US.UTF-8"
},
{
"key" : "LANGUAGE",
"value" : "en_US.UTF-8"
},
{
"key" : "PUID",
"value" : "99"
},
{
"key" : "PGID",
"value" : "100"
},
{
"key" : "HTTP_PORT",
"value" : "9000"
}
],
"exporting" : false,
"id" : "539feedf1c40ec7e1cacf411546e21c29f81584342b58855dacc264812b5115d",
"image" : "lmscommunity/logitechmediaserver:stable",
"is_ddsm" : false,
"is_package" : false,
"labels" : {},
"links" : [],
"memory_limit" : 0,
"name" : "lmscommunity-logitechmediaserver-1",
"network" : [
{
"driver" : "host",
"name" : "host"
}
],
"network_mode" : "host",
"port_bindings" : [],
"privileged" : false,
"service_portals" : [],
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : true,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "/docker/lms/config",
"is_directory" : true,
"mount_point" : "/config",
"type" : "rw"
},
{
"host_volume_file" : "/docker/lms/playlist",
"is_directory" : true,
"mount_point" : "/playlist",
"type" : "rw"
},
{
"host_volume_file" : "/Musiques",
"is_directory" : true,
"mount_point" : "/music",
"type" : "ro"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment