Browse Source

Update portainer-v2-arm64.json (#293)

John H 3 years ago
parent
commit
4cca13624d
1 changed files with 39 additions and 39 deletions
  1. 39 39
      template/portainer-v2-arm64.json

+ 39 - 39
template/portainer-v2-arm64.json

@@ -4280,6 +4280,45 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other"
+			],
+			"description": "Rdesktop is an Ubuntu based container containing full desktop environments in officially supported flavors accessible via RDP.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+                {
+					"default": "America/New_York",
+                    "label": "TZ",
+                    "name": "TZ"
+                }
+			],
+			"image": "linuxserver/rdesktop:arm64v8-latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/rdesktop.png",
+			"name": "rdesktop",
+			"platform": "linux",
+			"ports": [
+				"3389:3389/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "RDesktop",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/RDesktop/config",
+					"container": "/config"
+				}
+			]
+		},
 		{
 			"categories": [
 				"Downloaders",
@@ -5978,45 +6017,6 @@
 					"container": "/config"
 				}
 			]
-		},
-		{
-			"categories": [
-				"Other"
-			],
-			"description": "Rdesktop is an Ubuntu based container containing full desktop environments in officially supported flavors accessible via RDP.",
-			"env": [
-				{
-					"default": "1000",
-					"label": "PUID",
-					"name": "PUID"
-				},
-				{
-					"default": "1000",
-					"label": "PGID",
-					"name": "PGID"
-				},
-                {
-					"default": "America/New_York",
-                    "label": "TZ",
-                    "name": "TZ"
-                }
-			],
-			"image": "linuxserver/rdesktop:arm64v8-latest",
-			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/rdesktop.png",
-			"name": "rdesktop",
-			"platform": "linux",
-			"ports": [
-				"3389:3389/tcp"
-			],
-			"restart_policy": "unless-stopped",
-			"title": "RDesktop",
-			"type": 1,
-			"volumes": [
-				{
-					"bind": "/portainer/Files/AppData/Config/RDesktop/config",
-					"container": "/config"
-				}
-			]
 		}
 	]
 }