-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
area/composeRelates to docker-compose.yml spec or docker-compose binaryRelates to docker-compose.yml spec or docker-compose binarylifecycle/locked
Milestone
Description
File: compose/rails.md
To be able to connect to the database you need to add a whitelist inside ApplicationController.rb
module Myapp
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
config.web_console.whitelisted_ips = '172.18.0.0/16'
end
end
Metadata
Metadata
Assignees
Labels
area/composeRelates to docker-compose.yml spec or docker-compose binaryRelates to docker-compose.yml spec or docker-compose binarylifecycle/locked