Skip to content

Commit 82b81f5

Browse files
committed
Allow dokku health checks
1 parent 551c718 commit 82b81f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Application < Rails::Application
4646
authentication: :plain
4747
}
4848
config.hosts << config.web_host if config.web_host
49+
config.hosts << "172.17.0.5" # Allow Dokku health checks
4950
config.active_storage.service = :local
5051
config.active_storage.variant_processor = :mini_magick
5152
end

0 commit comments

Comments
 (0)