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