From c1ba4335fe9a19a67ef976316b558a01a0ba608b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 13 Apr 2018 17:22:39 +0200 Subject: [PATCH] keep working on README (sic) --- .blueprints/README.blueprint.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.blueprints/README.blueprint.md b/.blueprints/README.blueprint.md index ea71744e..b790298c 100644 --- a/.blueprints/README.blueprint.md +++ b/.blueprints/README.blueprint.md @@ -118,7 +118,7 @@ You may now launch your services using: docker-compose up --scale gotenberg=your_number_of_instances ``` -When requesting `gotenberg.yourdomain.com` with your client(s), Docker will automatically redirect a request to a Gotenberg container +When requesting the Gotenberg service with your client(s), Docker will automatically redirect a request to a Gotenberg container according to the round-robin strategy. ## Custom implementation diff --git a/README.md b/README.md index 56bc3350..fc114e30 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ You may now launch your services using: docker-compose up --scale gotenberg=your_number_of_instances ``` -When requesting `gotenberg.yourdomain.com` with your client(s), Docker will automatically redirect a request to a Gotenberg container +When requesting the Gotenberg service with your client(s), Docker will automatically redirect a request to a Gotenberg container according to the round-robin strategy. ## Custom implementation