From 8280a39783f6b1fb977eac94650874529c3157dc Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Tue, 16 Aug 2022 15:06:56 +0100 Subject: [PATCH] fix typos --- .../installation/docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation-and-operations/installation/docker/README.md b/docs/installation-and-operations/installation/docker/README.md index ef2acc0e49..d83999a85f 100644 --- a/docs/installation-and-operations/installation/docker/README.md +++ b/docs/installation-and-operations/installation/docker/README.md @@ -88,11 +88,11 @@ docker run -it -p 8080:80 \ Explanation of the used configuration values: - `-p 8080:80` binds the port 80 of the container to 8080 on the machine running docker. -- `OPENPROJECT_SECRET_KEY_BASE` sets the secret key base for Rails. Please use a pseudorandom value for this and treat it like a password. +- `OPENPROJECT_SECRET_KEY_BASE` sets the secret key base for Rails. Please use a pseudo-random value for this and treat it like a password. - `OPENPROJECT_HOST__NAME` sets the host name of the application. This value is used for generating forms and links in emails, and needs to match the external request host name (The value users are seeing in their browsers). -- `OPENPROJECT_HTTPS=false` disables the on-by-default HTTPS mode of OpenProject so you can access the instance over HTTP-only. For all production system, we strongly advice to not set this to false and instead set up a proper TLS/SSL termination on your outer web server. +- `OPENPROJECT_HTTPS=false` disables the on-by-default HTTPS mode of OpenProject so you can access the instance over HTTP-only. For all production systems we strongly advise not to set this to false, and instead set up a proper TLS/SSL termination on your outer web server. - This will take a bit of time the first time you launch it, but after a few +This will take a bit of time the first time you launch it, but after a few minutes you should see a success message indicating the default administration password (login: `admin`, password: `admin`).