Skip to content

Commit 0e9de51

Browse files
committed
Updates templates (auto-generated, on 22-Dec-2024)
1 parent e148e4a commit 0e9de51

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

templates.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -20137,7 +20137,7 @@
2013720137
"type": 1,
2013820138
"title": "Synclounge",
2013920139
"name": "Synclounge",
20140-
"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>",
20140+
"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>",
2014120141
"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.",
2014220142
"platform": "linux",
2014320143
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/synclounge-banner.png",
@@ -20153,6 +20153,12 @@
2015320153
"ports": [
2015420154
"8088:8088/tcp"
2015520155
],
20156+
"volumes": [
20157+
{
20158+
"container": "/config",
20159+
"bind": "/volume1/docker/synclounge/config"
20160+
}
20161+
],
2015620162
"restart_policy": "unless-stopped",
2015720163
"maintainer": " https://github.com/technorabilia/portainer-templates/",
2015820164
"categories": []

0 commit comments

Comments
 (0)