Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
fig.yml: fix local ports mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Dec 29, 2014
1 parent c0ffb18 commit 505061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fig.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mysql:
hostname: mysql
privileged: true
ports:
- "3307:3306"
- "3306:3306"
volumes_from:
- data
mailcatcher:
Expand All @@ -62,7 +62,7 @@ mailcatcher:
volumes_from:
- data
ports:
- "1081:1080"
- "1080:1080"
solr:
image: twinbit/solr
hostname: solr
Expand Down

0 comments on commit 505061b

Please sign in to comment.