Remove useless postgres 'port' configuration

Signed-off-by: David BF <burretfresket@gmail.com>
This commit is contained in:
David BF 2015-07-31 14:26:42 +02:00
parent ea7276031c
commit 1a9ddf645d
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ Finally, `docker-compose.yml` is where the magic happens. This file describes th
db: db:
image: postgres image: postgres
ports:
- "5432"
web: web:
build: . build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0' command: bundle exec rails s -p 3000 -b '0.0.0.0'