public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Compose] add net_bind_service cap to Dovecot, new images, reduce oom_score for dockerapi
548fe979
docker-compose.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 92ff25f5..ac85c6fd 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -69,7 +69,7 @@ services:
- clamd
rspamd-mailcow:
- image: mailcow/rspamd:1.12
+ image: mailcow/rspamd:1.13
build: ./data/Dockerfiles/rspamd
stop_grace_period: 30s
depends_on:
@@ -143,8 +143,10 @@ services:
- sogo
dovecot-mailcow:
- image: mailcow/dovecot:1.10
+ image: mailcow/dovecot:1.11
build: ./data/Dockerfiles/dovecot
+ cap_add:
+ - NET_BIND_SERVICE
volumes:
- ./data/conf/dovecot:/usr/local/etc/dovecot
- ./data/assets/ssl:/etc/ssl/mail/:ro
@@ -315,6 +317,7 @@ services:
image: mailcow/dockerapi:1.2
restart: always
build: ./data/Dockerfiles/dockerapi
+ oom_score_adj: -10
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks: