From 2f0dc9ccb9b3957fdddfaae1470613643df54d31 Mon Sep 17 00:00:00 2001 From: thursday Date: Sun, 18 Jul 2021 02:38:58 -0400 Subject: Update README.md --- docker/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docker/README.md b/docker/README.md index d427d3e..fa7ff78 100644 --- a/docker/README.md +++ b/docker/README.md @@ -64,11 +64,9 @@ To create the docker container with the proper parameters: ### docker-compose You can use the provided sample [docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) if you are happy with the default environmental variables. This will pull the latest image from Docker Hub or use a local copy of the image which you can build using the instructions provided in the [Building locally section](#building-locally). - - To start the application, use - - docker-compose up -d -The server will be launched at [http://localhost:3333/](http://localhost:3333/) address. + + To start the application, use `docker-compose up -d`. +The server will be launched at [http://localhost:3333/](http://localhost:3333/) address. ## Configuration @@ -135,7 +133,7 @@ To use a different email sender than the default, SMTP, enter the correct inform | :----: | --- | | `-p 3333:3333` | existing Ferdi-server users will need to update their port mappings from `80:3333` to `3333:3333` | | `-e DB_PASSWORD=development` | existing Ferdi-server users who use the built-in sqlite database should use the database name `development` | -| `-e DATA_DIR=/app/database` | existing Ferdi-server users should ensure that they add this variable to ensure data persistence | +| `-e DATA_DIR=/app/database` | existing Ferdi-server users should add this environmental variable to ensure data persistence | | `-v =/app/databases` | existing Ferdi-server users who use the built-in sqlite database should use the volume name `/app/database` | ## NGINX config block -- cgit v1.2.3-54-g00ecf