瀏覽代碼

Add TCP to port mapping (#401)

Macley 2 年之前
父節點
當前提交
9bba3839c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/apps/FlareSolverr.json

+ 1 - 1
template/apps/FlareSolverr.json

@@ -34,7 +34,7 @@
 	"officialDoc": "https://github.com/FlareSolverr/FlareSolverr#installation",
 	"platform": "linux",
 	"ports": [
-		"8191:8191"
+		"8191:8191/tcp"
 	],
 	"restart_policy": "unless-stopped",
 	"title": "FlareSolverr",