Browse Source

Add 2nd needed port.

Robert Middleswarth 2 years ago
parent
commit
0524c31fd8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      template/apps/alpine-xfce4-novnc.json

+ 2 - 1
template/apps/alpine-xfce4-novnc.json

@@ -13,7 +13,8 @@
 	"officialDoc": "https://github.com/novaspirit/Alpine_xfce4_noVNC",
 	"platform": "linux",
 	"ports": [
-		"6080:6080/tcp"
+		"6080:6080/tcp",
+		"56780:56780/tcp"
 	],
 	"restart_policy": "unless-stopped",
 	"title": "Alpine Xfce4 noVNC",