Update port of DockerContainerPool in example

This commit is contained in:
Sebastian Serth
2021-07-12 11:27:20 +02:00
parent 9e0193c0d7
commit eab51d1ea2

View File

@ -27,7 +27,7 @@ production:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
location: http://localhost:7100
refill:
async: false
batch_size: 8
@ -42,7 +42,7 @@ staging:
host: unix:///var/run/docker.sock
pool:
active: true
location: http://localhost:3000
location: http://localhost:7100
refill:
async: false
batch_size: 8