From 376c573f68605fb6f1663ba91a5b3808ffb520b7 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 11:37:06 -0500 Subject: Specify https for EXTERNAL_DOMAIN --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 1b0f9d1..d4450de 100644 --- a/docker/README.md +++ b/docker/README.md @@ -79,7 +79,7 @@ Container images are configured using parameters passed at runtime (such as thos | :----: | --- | | `-p :3333` | Will map the container's port 3333 to a port on the host, default is 3333. See the [Docker docs](https://docs.docker.com/config/containers/container-networking/) for more information about port mapping | | `-e NODE_ENV=development` | for specifying Node environment, production or development, default is development **currently this should not be changed**. See the [Docker docs](https://docs.docker.com/) for more information on the use of environmental variables in [Command-line](https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v---read-only) and [Docker Compose](https://docs.docker.com/compose/environment-variables/) | -| `-e EXTERNAL_DOMAIN=` | for specifying the external domain address of the Ferdi-server | +| `-e EXTERNAL_DOMAIN=https://` | for specifying the external https domain address of the Ferdi-server | | `-e DB_CONNECTION=` | for specifying the database host, default is 127.0.0.1 | | `-e DB_PORT=` | for specifying the database port, default is 3306 | -- cgit v1.2.3-70-g09d2