aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 05140fd..6741fca 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -80,7 +80,7 @@ Container images are configured using parameters passed at runtime (such as thos
80 80
81| Parameter | Function | 81| Parameter | Function |
82| :----: | --- | 82| :----: | --- |
83| `-p <port>:80` | Will map the container's port 80 to a port on the host, default is 3333 | 83| `-p <port>:3333` | Will map the container's port 3333 to a port on the host, default is 3333 |
84| `-e NODE_ENV=development` | for specifying Node environment, production or development, default is development **currently this should not be changed** | 84| `-e NODE_ENV=development` | for specifying Node environment, production or development, default is development **currently this should not be changed** |
85| `-e EXTERNAL_DOMAIN=<ferdi-serverdomain>` | for specifying the external domain address of the Ferdi-server | 85| `-e EXTERNAL_DOMAIN=<ferdi-serverdomain>` | for specifying the external domain address of the Ferdi-server |
86| `-e DB_CONNECTION=<databasedriver` | for specifying the database being used, default is sqlite, see [below](#supported-databases-and-drivers) for other options | 86| `-e DB_CONNECTION=<databasedriver` | for specifying the database being used, default is sqlite, see [below](#supported-databases-and-drivers) for other options |