Parcourir la source

httpPort is now int

Girish Ramakrishnan il y a 10 ans
Parent
commit
3d0f5796bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"
   ],