Skip to content

Commit

Permalink
minor port fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Mar 28, 2016
1 parent 7eb2a7e commit fce7a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
rabbitmq:
ports:
- 5672:5672
- 15672:15672

config:
build: config
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
rabbitmq:
image: rabbitmq:3-management
restart: always
ports:
- 15672:15672
logging:
options:
max-size: "10m"
Expand Down Expand Up @@ -139,8 +141,8 @@ services:
image: sqshq/piggymetrics-monitoring
restart: always
ports:
- 8989:8989
- 9000:8080
- 8989:8989
logging:
options:
max-size: "10m"
Expand Down

0 comments on commit fce7a1c

Please sign in to comment.