From 5d1d4d4fde5b4ba3351e5ef0e3c98e50083752a8 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 17 Mar 2019 11:43:16 -0700 Subject: [PATCH] Readded port for ghost --- public/v1/apps/ghost.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/v1/apps/ghost.json b/public/v1/apps/ghost.json index 136ac3e..78bab8b 100644 --- a/public/v1/apps/ghost.json +++ b/public/v1/apps/ghost.json @@ -4,6 +4,7 @@ "dockerCompose":{ "services":{ "$$cap_appname":{ + "containerHttpPort":"2368", "environment":{ "GHOST_DATABASE_NAME":"ghost", "GHOST_DATABASE_PASSWORD":"$$cap_db_ghost_password",