|
@@ -20137,7 +20137,7 @@
|
|
|
"type": 1,
|
|
|
"title": "Synclounge",
|
|
|
"name": "Synclounge",
|
|
|
- "note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p>",
|
|
|
+ "note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/synclounge/config</p>",
|
|
|
"description": "[Synclounge](https://github.com/samcm/synclounge) is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.",
|
|
|
"platform": "linux",
|
|
|
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png",
|
|
@@ -20153,6 +20153,12 @@
|
|
|
"ports": [
|
|
|
"8088:8088/tcp"
|
|
|
],
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "container": "/config",
|
|
|
+ "bind": "/volume1/docker/synclounge/config"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"restart_policy": "unless-stopped",
|
|
|
"maintainer": " https://github.com/technorabilia/portainer-templates/",
|
|
|
"categories": []
|