aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-09 18:14:55 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-09 18:14:55 -0400
commit0f5e4c0e554d8ab98ee8c87a4d6689df67bf94b6 (patch)
tree6b234bbf9573f53013a8386d096d3e4a84aca91a /docker/README.md
parentUpdate README.md (diff)
downloadferdium-server-0f5e4c0e554d8ab98ee8c87a4d6689df67bf94b6.tar.gz
ferdium-server-0f5e4c0e554d8ab98ee8c87a4d6689df67bf94b6.tar.zst
ferdium-server-0f5e4c0e554d8ab98ee8c87a4d6689df67bf94b6.zip
Fixed line 83 to reflect the use of port 3333
I believe the Dockerfile now sets Ferdi-server's port to 3333, so I've updated the documentation to reflect this.
Diffstat (limited to 'docker/README.md')
-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 |