瀏覽代碼

Fixed the Json formating.

Robert Middleswarth 2 年之前
父節點
當前提交
f0107c54d7
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      template/apps/readarr.json

+ 8 - 8
template/apps/readarr.json

@@ -1,7 +1,7 @@
 {
 {
 	"categories": [
 	"categories": [
 		"Downloaders",
 		"Downloaders",
-    "Books"
+		"Books"
 	],
 	],
 	"description": "Readarr is an eBook and audiobook collection manager for Usenet and BitTorrent users.",
 	"description": "Readarr is an eBook and audiobook collection manager for Usenet and BitTorrent users.",
 	"env": [
 	"env": [
@@ -39,14 +39,14 @@
 			"bind": "/portainer/Files/AppData/Config/readarr",
 			"bind": "/portainer/Files/AppData/Config/readarr",
 			"container": "/config"
 			"container": "/config"
 		},
 		},
-    {
-      "bind": "/mnt/Books",
-      "container": "/books"
-    },
-    {
-      "bind": "/portainer/Files/AppData/Config/readarr/downloads",
-			"container": "/downloads"
+		{
+			"bind": "/mnt/Books",
+			"container": "/books"
 		},
 		},
+		{
+			"bind": "/portainer/Files/AppData/Config/readarr/downloads",
+			"container": "/downloads"
+		}
 	],
 	],
 	"webpage": "https://readarr.com/"
 	"webpage": "https://readarr.com/"
 }
 }