mirror of https://github.com/docker/compose.git
Remove useless postgres 'port' configuration
Signed-off-by: David BF <burretfresket@gmail.com>
This commit is contained in:
parent
ea7276031c
commit
1a9ddf645d
|
@ -40,8 +40,6 @@ Finally, `docker-compose.yml` is where the magic happens. This file describes th
|
|||
|
||||
db:
|
||||
image: postgres
|
||||
ports:
|
||||
- "5432"
|
||||
web:
|
||||
build: .
|
||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||
|
|
Loading…
Reference in New Issue