$ docker-compose up
Creating network "coconara-ruby-dev_default" with the default driver
Creating coconara-ruby-dev_db_1 ... done
Creating coconara-ruby-dev_web_1 ... done
Attaching to coconara-ruby-dev_db_1, coconara-ruby-dev_web_1
db_1 | 2019-10-30 11:08:58.112 UTC [1] LOG: starting PostgreSQL 12.0 (Debian 12.0-2.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
db_1 | 2019-10-30 11:08:58.112 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db_1 | 2019-10-30 11:08:58.112 UTC [1] LOG: listening on IPv6 address "::", port 5432
db_1 | 2019-10-30 11:08:58.116 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1 | 2019-10-30 11:08:58.129 UTC [22] LOG: database system was interrupted; last known up at 2019-10-30 11:03:08 UTC
db_1 | 2019-10-30 11:08:58.360 UTC [22] LOG: database system was not properly shut down; automatic recovery in progress
db_1 | 2019-10-30 11:08:58.362 UTC [22] LOG: redo starts at 0/167A300
db_1 | 2019-10-30 11:08:58.362 UTC [22] LOG: invalid record length at 0/167A338: wanted 24, got 0
db_1 | 2019-10-30 11:08:58.362 UTC [22] LOG: redo done at 0/167A300
db_1 | 2019-10-30 11:08:58.378 UTC [1] LOG: database system is ready to accept connections
web_1 | => Booting Puma
web_1 | => Rails 5.2.3 application starting in development
web_1 | => Run rails server -h
for more startup options
web_1 | Puma starting in single mode...
web_1 | * Version 3.12.1 (ruby 2.6.3-p62), codename: Llamas in Pajamas
web_1 | * Min threads: 5, max threads: 5
web_1 | * Environment: development
web_1 | * Listening on tcp://0.0.0.0:3000
web_1 | Use Ctrl-C to stop
web_1 | Started GET "/" for 172.25.0.1 at 2019-10-30 11:10:41 +0000
web_1 | (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
web_1 | ↳ /usr/local/bundle/gems/activerecord-5.2.3/lib/active_record/log_subscriber.rb:98
web_1 | Processing by HomeController#index as HTML
web_1 | Rendering home/index.html.erb within layouts/application
web_1 | Rendered home/index.html.erb within layouts/application (7.7ms)
web_1 | Completed 200 OK in 106ms (Views: 82.9ms | ActiveRecord: 0.0ms)
web_1 |
web_1 |
localhosut:3000がずっと真っ白な画面になっています
調べても意味がよくわからないサイトばかりでどうしたらいいのか困っています
回答1件
あなたの回答
tips
プレビュー