소스 검색

Update dashy.json

Port changed from 80 to 8080.  Updating the config.
Robert Middleswarth 11 달 전
부모
커밋
c100fac3c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/apps/dashy.json

+ 1 - 1
template/apps/dashy.json

@@ -24,7 +24,7 @@
         "preInstallScript": "install_dashy.sh",
         "preInstallScript": "install_dashy.sh",
 	"platform": "linux",
 	"platform": "linux",
 	"ports": [
 	"ports": [
-		"9100:80/tcp"
+		"9100:8080/tcp"
 	],
 	],
 	"restart_policy": "unless-stopped",
 	"restart_policy": "unless-stopped",
 	"title": "Dashy",
 	"title": "Dashy",