Browse Source

Remove double commander as it seems to be causing a problem with the template.

Robert Middleswarth 2 years ago
parent
commit
9f27a81873
1 changed files with 0 additions and 35 deletions
  1. 0 35
      template/apps/doublecommander.json

+ 0 - 35
template/apps/doublecommander.json

@@ -1,35 +0,0 @@
-{
-  "version": "2.1",
-  
-  "categories": [
-      "Files",
-      "Management"
-  ],
-
-  "services": {
-    "doublecommander": {
-      
-      "image_arm64": "lscr.io/linuxserver/doublecommander:latest",
-      "image_amd64": "lscr.io/linuxserver/doublecommander:latest",
-      "container_name": "doublecommander",
-      "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/doublecommander.png",
-      "name": "doublecommander",
-      "environment": {
-        "PUID": "1000",
-        "PGID": "1000",
-        "TZ": "Etc/UTC"
-      },
-      "volumes": [
-          {
-              "bind": "/portainer/Files/AppData/Config/doublecommander",
-              "container": "/config"
-          }
-      ],
-      "ports": [
-          "11500:11500/tcp",
-          "11502:11502/tcp"
-      ],
-      "restart": "unless-stopped"
-    }
-  }
-}