diff --git a/README.md b/README.md index c0bebc56..d5967939 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Depending on how you have configured your system and Docker you may need to prep * Download Mailtrain files using git: `git clone git://github.com/Mailtrain-org/mailtrain.git` (or download [zipped repo](https://github.com/Mailtrain-org/mailtrain/archive/master.zip)) and open Mailtrain folder `cd mailtrain` * Copy the file `docker-compose.override.yml.tmpl` to `docker-compose.override.yml` and modify it if you need to. * Bring up the stack with: `docker-compose up -d` +* Start: `docker-compose start` * Open [http://localhost:3000/](http://localhost:3000/) (change the host name `localhost` to the name of the host where you are deploying the system). * Authenticate as user `admin` with password `test` * Navigate to [http://localhost:3000/settings](http://localhost:3000/settings) and update service configuration. @@ -58,4 +59,4 @@ For more information, please [read the docs](http://docs.mailtrain.org/). * Versions 1.22.0 and up **GPL-V3.0** * Versions 1.21.0 and up: **EUPL-1.1** * Versions 1.19.0 and up: **MIT** - * Up to versions 1.18.0 **GPL-V3.0** \ No newline at end of file + * Up to versions 1.18.0 **GPL-V3.0**