From 233361a8ff448c8dbc7dd8eb04ba27e4bef0fc55 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 5 May 2018 18:11:25 -0400 Subject: [PATCH] highlighting .env --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a46d529..81a8820 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ The etherpad Dockerfile and entrypoint.sh is a fork of the work by [tvelocity](h ## How to Use -The recommended way is to run `docker-compose up -d`. Out of the box, there is only one requirement: There must be a running container created from one of the official mysql images like [MariaDB](https://hub.docker.com/_/mariadb/). The default name for the container is `mysql`, but you can change the name in .env to whatever you have named your own mysql container: +The recommended way is to run `docker-compose up -d`. Out of the box, there is only one requirement: There must be a running container created from one of the official mysql images like [MariaDB](https://hub.docker.com/_/mariadb/). The default name for the container is `mysql`, but you can change the name in `.env` to whatever you have named your own mysql container: `SQL_CONTAINER=my_own_mysql_container_name` -This will bring up two containers on port 9001 (etherpad) and port 9002 (etherdraw). If your are running on localhost, etherdraw should work properly within etherpad. If you are on a network, simply add this line to .env: +This will bring up two containers on port 9001 (etherpad) and port 9002 (etherdraw). If your are running on localhost, etherdraw should work properly within etherpad. If you are on a network, simply add this line to `.env`: `DRAW_HOST=the_name_of_the_domain_name_you_are_using.org`