From 7daceb0ac81caf6d4d1079df098afc9b0d2e349c Mon Sep 17 00:00:00 2001 From: thebongy Date: Sat, 29 Feb 2020 13:09:18 +0530 Subject: [PATCH] Link default config used in docker image --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5ca8b70..7c291311 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The easiest way to setup wildduck with a docker image is given below, for more d the [wiki page on the Docker](https://github.com/nodemailer/wildduck/wiki/Docker). -A docker image built using the [Dockerfile](./Dockerfile) in the repo is also available +A docker hub image built using the [Dockerfile](./Dockerfile) in the repo is also available To pull the latest pre-built image of wildduck: @@ -113,9 +113,8 @@ It is also possible to pull a specific version of wildduck by specifying the ver (example, for version 1.20): ``` docker pull nodemailer/wildduck:1.20 - ``` -To run the docker image using the default config (already inside the image), and `mongodb` and `redis` from the host machine, use: +To run the docker image using the [default config](./config/default.toml), and `mongodb` and `redis` from the host machine, use: ``` docker run --network=host nodemailer/wildduck ```