Просмотр исходного кода

Merge pull request #1799 from d2bit/clean-rails-quickstart-guide-db-config

Remove useless postgres 'port' configuration
Daniel Nephin 10 лет назад
Родитель
Сommit
b25f05bed4
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      docs/rails.md

+ 0 - 2
docs/rails.md

@@ -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'