Small changes

master
andryyy 2016-12-14 16:42:07 +01:00
parent 949c3be5c8
commit f4a944e29e
1 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ enable_password = "myhash";
Restart rspamd: Restart rspamd:
``` ```
docker restart rspamd-mailcow docker-compose restart rspamd-mailcow
``` ```
Open https://${MAILCOW_HOSTNAME}/rspamd in a browser. Open https://${MAILCOW_HOSTNAME}/rspamd in a browser.
@ -96,9 +96,9 @@ ln $(readlink -f /etc/letsencrypt/live/${MAILCOW_HOSTNAME}/privkey.pem) data/ass
Restart containers which use the certificate: Restart containers which use the certificate:
``` ```
docker restart postfix-mailcow docker-compose restart postfix-mailcow
docker restart dovecot-mailcow docker-compose restart dovecot-mailcow
docker restart nginx-mailcow docker-compose restart nginx-mailcow
``` ```
When renewing certificates, run the last two steps (link + restart) as post-hook in certbot. When renewing certificates, run the last two steps (link + restart) as post-hook in certbot.
@ -119,7 +119,7 @@ Build files are numbered "nnn" for dependencies.
### Logs ### Logs
You can use docker logs $name for almost all containers. Only rmilter does not log to stdout. You can check rspamd logs for rmilter responses. You can use `docker-compose logs $service-name` for almost all containers. Only rmilter does not log to stdout. You can check rspamd logs for rmilter responses.
### MariaDB ### MariaDB