Browse Source

added samba to arm64 template

novaspirit 3 years ago
parent
commit
3c82d69c6f
1 changed files with 24 additions and 0 deletions
  1. 24 0
      template/portainer-v2-arm64.json

+ 24 - 0
template/portainer-v2-arm64.json

@@ -3906,6 +3906,30 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others.",
+			"image": "dperson/samba:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/shiori-icon.png",
+			"name": "Samba",
+			"platform": "linux",
+			"ports": [
+				"139:139/tcp",
+				"445:445/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Samba",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/",
+					"container": "/mount"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Other",