Selaa lähdekoodia

Remove useless postgres 'port' configuration

Signed-off-by: David BF <[email protected]>
David BF 10 vuotta sitten
vanhempi
sitoutus
1a9ddf645d
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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'