shellandbull / dockerization

0 stars 1 forks source link

Use public interfaces for connections #1

Closed bencord0 closed 11 months ago

bencord0 commented 11 months ago

Once the containers are connected, then you can create the database with

$ docker exec -it web -- bash
# bundle exec rails db:create
# bundle exec rails db:migrate