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] Push new images
3ec18619
docker-compose.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 2ec2d8ef..6ca310be 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -60,9 +60,9 @@ services:
- redis
clamd-mailcow:
- image: mailcow/clamd:1.3
+ image: mailcow/clamd:1.4
build: ./data/Dockerfiles/clamd
- restart: on-failure
+ restart: always
environment:
- SKIP_CLAMD=${SKIP_CLAMD:-n}
init: true
@@ -259,7 +259,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
- image: mailcow/acme:1.17
+ image: mailcow/acme:1.18
build: ./data/Dockerfiles/acme
init: true
dns:
@@ -279,14 +279,14 @@ services:
- ./data/assets/ssl-example:/var/lib/ssl-example/:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
# do not restart the container too often. Things get worse when we hit let's encrypt's ratelimit.
- restart: on-failure:1
+ restart: always
networks:
mailcow-network:
aliases:
- acme
fail2ban-mailcow:
- image: mailcow/fail2ban:1.6
+ image: mailcow/fail2ban:1.7
build: ./data/Dockerfiles/fail2ban
depends_on:
- dovecot-mailcow