We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551c718 commit 82b81f5Copy full SHA for 82b81f5
config/application.rb
@@ -46,6 +46,7 @@ class Application < Rails::Application
46
authentication: :plain
47
}
48
config.hosts << config.web_host if config.web_host
49
+ config.hosts << "172.17.0.5" # Allow Dokku health checks
50
config.active_storage.service = :local
51
config.active_storage.variant_processor = :mini_magick
52
end
0 commit comments