From 3f5a5f427ea6c6734e4e0d37522accfa4a448f3c Mon Sep 17 00:00:00 2001 From: Val Date: Thu, 12 Mar 2015 18:19:09 +0000 Subject: [PATCH] Add missing quote --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a200f91..de855dd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ docker-made-special-mail Based on https://github.com/lava/dockermail A secure, minimal-configuration mail server in a docker container. - This repository is tailored to small private servers, where you own a domain and want to host your own mail. This container uses postfix as MTA and dovecot as IMAP server. @@ -61,6 +60,6 @@ Use the the example config files in `config/example` of this repo. a directory on your host. (This is recommended, otherwise you have to remember to backup your mail when you want to restart the container) - `docker run -name dockermail -d -p 25:25 -p 587:587 -p 143:143 -v /opt/dockermail/settings:/mail_settings -v /opt/dockermail/vmail:/vmail dockermail_made_special/2.11.1 + `docker run -name dockermail -d -p 25:25 -p 587:587 -p 143:143 -v /opt/dockermail/settings:/mail_settings -v /opt/dockermail/vmail:/vmail dockermail_made_special/2.11.1` 8. Enjoy!