Updated instructions to use docker image on docker hub. Addresses #521

This commit is contained in:
Tomas Bures 2019-02-17 13:56:15 +00:00
parent abed0d4af4
commit 02b42a4982
3 changed files with 47 additions and 6 deletions

View file

@ -22,7 +22,7 @@ services:
- mongo-data:/data/db
mailtrain:
build: .
image: mailtrain/mailtrain:latest
command: ${MAILTRAIN_SETTINGS}
ports:
- "3000:3000"