From 0f5e4c0e554d8ab98ee8c87a4d6689df67bf94b6 Mon Sep 17 00:00:00 2001 From: thursday Date: Fri, 9 Jul 2021 18:14:55 -0400 Subject: 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. --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/README.md') 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 | Parameter | Function | | :----: | --- | -| `-p :80` | Will map the container's port 80 to a port on the host, default is 3333 | +| `-p :3333` | Will map the container's port 3333 to a port on the host, default is 3333 | | `-e NODE_ENV=development` | for specifying Node environment, production or development, default is development **currently this should not be changed** | | `-e EXTERNAL_DOMAIN=` | for specifying the external domain address of the Ferdi-server | | `-e DB_CONNECTION=