Skip to content

Commit

Permalink
Attempting to fix the exposed port on the host.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Aug 8, 2015
1 parent 8920b4e commit e27a99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .terra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ docker_compose:
hostname: terra-rabbit
ports:
- '8080:15672'
- '5672'
- '5672:5672'
app:
links:
- queue
Expand All @@ -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
Expand Down

0 comments on commit e27a99f

Please sign in to comment.