mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:36:18 +00:00
Update README.md
This commit is contained in:
parent
1b9a4afbe4
commit
f0f83ebf6a
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
|
@ -38,20 +38,12 @@ Clone this repo and build it locally or pull it on the registry specified in doc
|
||||||
git clone https://myvelabs.com/docker/mail.git
|
git clone https://myvelabs.com/docker/mail.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Supply the variables asked for in nginx-setup.sh and generate-env.sh.
|
Supply the variables asked for in 01-setup.sh.
|
||||||
|
|
||||||
Run **nginx-setup.sh** to generate the proxy and Letsencrypt certificates to be used by Postfix and Dovecot.
|
Run **01-setup.sh** to install the proxy and Letsencrypt certificates to be used by Postfix and Dovecot. It also generates a functional docker-compose env file.
|
||||||
|
|
||||||
Run **generate-env.sh** for a functional docker-compose env file.
|
|
||||||
|
|
||||||
Initialize the docker container with the setup script. This installs the MariaDB database and adds the postmaster and mail user.
|
|
||||||
|
|
||||||
*Note: The container will fail if this step is skipped.*
|
*Note: The container will fail if this step is skipped.*
|
||||||
|
|
||||||
```
|
|
||||||
docker compose run --rm --interactive --tty myvemail setup
|
|
||||||
```
|
|
||||||
|
|
||||||
Once completed, the container may be brought up:
|
Once completed, the container may be brought up:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue