From e359a655f0a0d1e2b62fd98a1aba8ede8dac9399 Mon Sep 17 00:00:00 2001 From: thursday Date: Mon, 12 Jul 2021 22:25:19 -0400 Subject: Update README.md Updated migration text and deprecation warning. --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index 144a766..dc49e68 100644 --- a/docker/README.md +++ b/docker/README.md @@ -69,7 +69,7 @@ To create the docker container with the proper parameters: docker-compose up The server will be launched at [http://localhost:3333/](http://localhost:3333/) address. -**Existing users please note:** The latest updates to Ferdi-server and the Ferdi-server Docker image introduce changes to the default SQLite database name and location, please see the comments in the sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) in order to continue using your existing database. +**Existing users please note:** The latest updates to Ferdi-server and the Ferdi-server Docker image introduce changes to the default SQLite database name and location, as well as the internal containeer port. Please see the comments in the sample [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) in order to continue using your existing database. ## Configuration @@ -80,7 +80,7 @@ Container images are configured using parameters passed at runtime (such as thos | Parameter | Function | | :----: | --- | -| `-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 on port mapping | +| `-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 DB_CONNECTION=