From eab51d1ea260aa902ddb487bd9f312b7e09f7445 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 12 Jul 2021 11:27:20 +0200 Subject: [PATCH] Update port of DockerContainerPool in example --- config/docker.yml.erb.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/docker.yml.erb.example b/config/docker.yml.erb.example index 6f8e20a6..2e5d2955 100644 --- a/config/docker.yml.erb.example +++ b/config/docker.yml.erb.example @@ -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