From e27a99f3c215ce9be7bb4731719f1b71f146d7f6 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 7 Aug 2015 23:54:42 -0400 Subject: [PATCH] Attempting to fix the exposed port on the host. --- .terra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.terra.yml b/.terra.yml index c885fc9..249bf4d 100644 --- a/.terra.yml +++ b/.terra.yml @@ -6,7 +6,7 @@ docker_compose: hostname: terra-rabbit ports: - '8080:15672' - - '5672' + - '5672:5672' app: links: - queue @@ -22,7 +22,7 @@ hooks: 'user' => 'guest', 'pass' => 'guest', 'queue' => 'terra', - );" >> www/sites/default/settings.php + );" >> www/sites/default/settings.php cd www/sites/all/modules git clone https://github.com/albatrossdigital/terra_ui cd terra_ui