Updated instructions to use docker image on docker hub. Addresses #521
This commit is contained in:
parent
abed0d4af4
commit
02b42a4982
3 changed files with 47 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -180,14 +180,12 @@ To deploy Mailtrain with Docker, you need the following three dependencies insta
|
|||
|
||||
These are the steps to start Mailtrain via docker-compose:
|
||||
|
||||
1. Download Mailtrain using git
|
||||
1. Download Mailtrain's docker-compose build file
|
||||
```
|
||||
git clone https://github.com/Mailtrain-org/mailtrain.git
|
||||
cd mailtrain
|
||||
git checkout development
|
||||
curl -O https://raw.githubusercontent.com/Mailtrain-org/mailtrain/master/docker-compose.yml
|
||||
```
|
||||
|
||||
2. Deploy Mailtrain via docker-compose (in the root directory of the Mailtrain project). This will take quite some time when run for the first time. Subsequent executions will be fast.
|
||||
2. Deploy Mailtrain via docker-compose (in the directory to which you downloaded the `docker-compose.yml` file). This will take quite some time when run for the first time. Subsequent executions will be fast.
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
|
|
@ -201,6 +199,8 @@ These are the steps to start Mailtrain via docker-compose:
|
|||
|
||||
4. Authenticate as `admin`:`test`
|
||||
|
||||
The instructions above use an automatically built Docker image on DockerHub (https://hub.docker.com/r/mailtrain/mailtrain). If you want to build the Docker image yourself (e.g. when doing development), use the `docker-compose-local-build.yml` located in the project's root directory.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue