Browse Source

Add TCP to port mapping (#401)

Macley 2 years ago
parent
commit
9bba3839c6
1 changed files with 1 additions and 1 deletions
  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",