فهرست منبع

httpPort is now int

Girish Ramakrishnan 10 سال پیش
والد
کامیت
3d0f5796bc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CloudronManifest.json

+ 1 - 1
CloudronManifest.json

@@ -2,7 +2,7 @@
   "version": "0.0.8",
   "dockerImage": "girish/wordpress:0.6",
   "healthCheckPath": "/",
-  "httpPort": "80",
+  "httpPort": 80,
   "addons": [
     "mysql"
   ],