Ver código fonte

Update Port info as the internal service is moved to 4011 because of the 1 variable.

Robert Middleswarth 2 anos atrás
pai
commit
e659ac87f7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      template/apps/kasm.json

+ 1 - 1
template/apps/kasm.json

@@ -20,7 +20,7 @@
 	"platform": "linux",
 	"ports": [
 		"4010:3000/tcp",
-	        "4011:443/tcp"
+	        "4011:4011/tcp"
 	],
 	"privileged": true,
 	"restart_policy": "unless-stopped",