you can use the following snippet
save it as lms.json and import it into your synology docker via the
import menu
of course you have to adapt the folder paths. Also the PUID, PGID, and
your TZ variable.
Good liuck!
{
"cap_add": [
"AUDIT_WRITE",
"CHOWN",
"DAC_OVERRIDE",
"FOWNER",
"FSETID",
"KILL",
"MKNOD",
"NET_BIND_SERVICE",
"NET_RAW",
"SETFCAP",
"SETGID",
"SETPCAP",
"SETUID",
"SYS_CHROOT"
],
"cap_drop": [
"AUDIT_CONTROL",
"BLOCK_SUSPEND",
"DAC_READ_SEARCH",
"IPC_LOCK",
"IPC_OWNER",
"LEASE",
"LINUX_IMMUTABLE",
"MAC_ADMIN",
"MAC_OVERRIDE",
"NET_ADMIN",
"NET_BROADCAST",
"SYSLOG",
"SYS_ADMIN",
"SYS_BOOT",
"SYS_MODULE",
"SYS_NICE",
"SYS_PACCT",
"SYS_PTRACE",
"SYS_RAWIO",
"SYS_RESOURCE",
"SYS_TIME",
"SYS_TTY_CONFIG",
"WAKE_ALARM"
],
"cmd": "",
"cpu_priority": 50,
"devices": [],
"enable_publish_all_ports": false,
"enable_restart_policy": false,
"enabled": true,
"env_variables": [
{
"key": "TZ",
"value": "Europe/Amsterdam"
},
{
"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": "1024"
},
{
"key": "PGID",
"value": "100"
},
{
"key": "HTTP_PORT",
"value": "9000"
}
],
"exporting": false,
"id":
"0015372e7fa9059369981915b494d5818560b489d5458bbcc5bd2d52cf2eb2c1",
"image": "lmscommunity/logitechmediaserver:8.2.0",
"is_ddsm": false,
"is_package": false,
"links": [],
"memory_limit": 0,
"name": "logitechmediaserver",
"network": [
{
"driver": "host",
"name": "host"
}
],
"network_mode": "host",
"port_bindings": [],
"privileged": false,
"shortcut": {
"enable_shortcut": false
},
"use_host_network": true,
"volume_bindings": [
{
"host_volume_file": "/Music",
"mount_point": "/mnt/music",
"type": "ro"
},
{
"host_volume_file": "/docker/squeezebox/config",
"mount_point": "/config",
"type": "rw"
},
{
"host_volume_file": "/docker/localtime",
"mount_point": "/etc/localtime",
"type": "ro"
},
{
"host_volume_file": "/docker/TZ",
"mount_point": "/etc/timezone",
"type": "ro"
},
{
"host_volume_file": "/Audiobooks",
"mount_point": "/mnt/audiobooks",
"type": "ro"
}
]
}
------------------------------------------------------------------------
mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=111876
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins