dockerとrailsでアプリを作成しています。
$ docker-compose up
このコマンドを入力し、動作確認をしようとしていますがうまくいきません。
web_1 | => Booting Puma web_1 | => Rails 5.0.7.2 application starting in development on http://0.0.0.0:3000 web_1 | => Run `rails server -h` for more startup options web_1 | Puma starting in single mode... web_1 | * Version 3.12.6 (ruby 2.4.5-p335), 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.21.0.1 at 2020-08-12 13:41:49 +0000 web_1 | Cannot render console from 172.21.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 web_1 | Started GET "/" for 172.21.0.1 at 2020-08-12 13:41:52 +0000 web_1 | Cannot render console from 172.21.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 web_1 | ActiveRecord::SchemaMigration Load (19.6ms) SELECT `schema_migrations`.* FROM `schema_migrations` web_1 | ActiveRecord::SchemaMigration Load (24.6ms) SELECT `schema_migrations`.* FROM `schema_migrations`
解決方法をご教授いただきたいです。
宜しくお願いします。
あなたの回答
tips
プレビュー