mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-01 10:24:40 +08:00
Link default config used in docker image
This commit is contained in:
parent
e4e4208862
commit
7daceb0ac8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue