Change dev ports to DockerContainerPool to 7100
This commit is contained in:
@ -3,7 +3,7 @@ default: &default
|
||||
connection_timeout: 3
|
||||
pool:
|
||||
active: false
|
||||
location: http://localhost:3000
|
||||
location: http://localhost:7100
|
||||
ports: !ruby/range 4500..4600
|
||||
|
||||
development:
|
||||
@ -14,7 +14,7 @@ development:
|
||||
workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %>
|
||||
pool:
|
||||
active: true
|
||||
location: http://localhost:3100
|
||||
location: http://localhost:7100
|
||||
refill:
|
||||
async: false
|
||||
batch_size: 8
|
||||
|
Reference in New Issue
Block a user