Browse Source

Use port 32400

Nicolas Meienberger 3 năm trước cách đây
mục cha
commit
f13c5ee926
2 tập tin đã thay đổi với 3 bổ sung9 xóa
  1. 2 8
      apps/plex/config.json
  2. 1 1
      apps/plex/docker-compose.yml

+ 2 - 8
apps/plex/config.json

@@ -1,7 +1,7 @@
 {
   "name": "Plex",
   "available": true,
-  "port": 8103,
+  "port": 32400,
   "id": "plex",
   "url_suffix": "/web",
   "categories": ["media"],
@@ -10,11 +10,5 @@
   "author": "plexinc",
   "source": "https://github.com/plexinc/pms-docker",
   "image": "/logos/apps/plex.png",
-  "form_fields": {
-    "claim": {
-      "type": "text",
-      "label": "Plex claim (Optional)",
-      "env_variable": "PLEX_CLAIM"
-    }
-  }
+  "form_fields": {}
 }

+ 1 - 1
apps/plex/docker-compose.yml

@@ -1,4 +1,4 @@
-version: "2.1"
+version: "3.7"
 
 services:
   plex: