Should use the mailcow nginx image...
parent
c727e1fd1e
commit
1d190c4553
|
@ -67,7 +67,9 @@ docker restart rspamd-mailcow
|
||||||
Open https://${MAILCOW_HOSTNAME}/rspamd in a browser.
|
Open https://${MAILCOW_HOSTNAME}/rspamd in a browser.
|
||||||
|
|
||||||
### SSL (and: How to use Let's Encrypt)
|
### SSL (and: How to use Let's Encrypt)
|
||||||
mailcow dockerized generates a CA named "mailcow" with a self-signed server certificate in `data/assets/ssl` via `000-build-certs.sh`.
|
mailcow dockerized comes with a snakeoil CA "mailcow" and a server certificate in `data/assets/ssl`. Please use your own trusted certificates.
|
||||||
|
|
||||||
|
**Use Let's Encrypt?**
|
||||||
|
|
||||||
Get the certbot client:
|
Get the certbot client:
|
||||||
```
|
```
|
||||||
|
|
|
@ -163,7 +163,7 @@ services:
|
||||||
- mariadb-mailcow
|
- mariadb-mailcow
|
||||||
- sogo-mailcow
|
- sogo-mailcow
|
||||||
- php-fpm-mailcow
|
- php-fpm-mailcow
|
||||||
image: nginx
|
image: andryyy/mailcow-dockerized:nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/web:/web:ro
|
- ./data/web:/web:ro
|
||||||
- ./data/conf/rspamd/dynmaps:/dynmaps:ro
|
- ./data/conf/rspamd/dynmaps:/dynmaps:ro
|
||||||
|
|
Loading…
Reference in New Issue