Update port of DockerContainerPool in example
This commit is contained in:
@ -27,7 +27,7 @@ production:
|
|||||||
host: unix:///var/run/docker.sock
|
host: unix:///var/run/docker.sock
|
||||||
pool:
|
pool:
|
||||||
active: true
|
active: true
|
||||||
location: http://localhost:3000
|
location: http://localhost:7100
|
||||||
refill:
|
refill:
|
||||||
async: false
|
async: false
|
||||||
batch_size: 8
|
batch_size: 8
|
||||||
@ -42,7 +42,7 @@ staging:
|
|||||||
host: unix:///var/run/docker.sock
|
host: unix:///var/run/docker.sock
|
||||||
pool:
|
pool:
|
||||||
active: true
|
active: true
|
||||||
location: http://localhost:3000
|
location: http://localhost:7100
|
||||||
refill:
|
refill:
|
||||||
async: false
|
async: false
|
||||||
batch_size: 8
|
batch_size: 8
|
||||||
|
Reference in New Issue
Block a user