Commit 7f3f22ce authored by Tim Zallmann's avatar Tim Zallmann

Adds host.docker so we can run Sitespeed locally

parent 86abb0af
......@@ -3,7 +3,7 @@
# This file requires config/initializers/1_settings.rb
if Rails.env.development?
Rails.application.config.hosts += [Gitlab.config.gitlab.host, 'unix']
Rails.application.config.hosts += [Gitlab.config.gitlab.host, 'unix', 'host.docker.internal']
if ENV['RAILS_HOSTS']
additional_hosts = ENV['RAILS_HOSTS'].split(',').select(&:presence)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment