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
Update Docker Images
524f19ff
docker-compose.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index f78de03f..18e3bcc6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -117,7 +117,7 @@ services:
- rspamd
php-fpm-mailcow:
- image: ghcr.io/mailcow/phpfpm:8.2.29-1
+ image: ghcr.io/mailcow/phpfpm:8.2.29-2
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@@ -465,7 +465,7 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
- image: ghcr.io/mailcow/acme:1.95
+ image: ghcr.io/mailcow/acme:1.96
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
@@ -506,7 +506,7 @@ services:
- acme
netfilter-mailcow:
- image: ghcr.io/mailcow/netfilter:1.63
+ image: ghcr.io/mailcow/netfilter:1.64
stop_grace_period: 30s
restart: always
privileged: true
@@ -601,7 +601,7 @@ services:
- watchdog
dockerapi-mailcow:
- image: ghcr.io/mailcow/dockerapi:2.11a
+ image: ghcr.io/mailcow/dockerapi:2.12
security_opt:
- label=disable
restart: always