andryyy 8 лет назад
Родитель
Сommit
07fdc8d5a1
2 измененных файлов с 9 добавлено и 0 удалено
  1. 8 0
      README.md
  2. 1 0
      build-nginx.sh

+ 8 - 0
README.md

@@ -3,8 +3,16 @@
 mailcow dockerized comes with 11 containers linked in a mailcow network:
 mailcow dockerized comes with 11 containers linked in a mailcow network:
 Dovecot, Memcached, Redis, MariaDB, PowerDNS Recursor, PHP-FPM, Postfix, Nginx, Rmilter, Rspamd and SOGo.
 Dovecot, Memcached, Redis, MariaDB, PowerDNS Recursor, PHP-FPM, Postfix, Nginx, Rmilter, Rspamd and SOGo.
 
 
+The DNS resolver is DNSSEC enabled and forwards local hostnames to Docker.
+
 ## Installation
 ## Installation
 
 
+You need Docker. Most systems can install Docker by running the following command:
+
+```
+wget -qO- https://get.docker.com/ | sh
+```
+
 1. Open mailcow.conf and change stuff, do not use special chars in passwords. This will be fixed soon.
 1. Open mailcow.conf and change stuff, do not use special chars in passwords. This will be fixed soon.
 
 
 2. Run ./build-all.sh
 2. Run ./build-all.sh

+ 1 - 0
build-nginx.sh

@@ -24,6 +24,7 @@ sed -i "s#database_pass.*#database_pass = \"${DBPASS}\";#" data/web/inc/vars.inc
 
 
 docker run \
 docker run \
 	-p 443:443 \
 	-p 443:443 \
+    --expose 8081 \
 	--name ${NAME} \
 	--name ${NAME} \
 	-v ${PWD}/data/web:/web:ro \
 	-v ${PWD}/data/web:/web:ro \
 	-v ${PWD}/data/conf/rspamd/dynmaps:/dynmaps:ro \
 	-v ${PWD}/data/conf/rspamd/dynmaps:/dynmaps:ro \