NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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

[ClamAV] Fix chmod command, thanks to @fbcd4f50ea5350f051450323b5abfd0b

184eb7a7
andryyy <[email protected]> 7 years ago
data/Dockerfiles/clamd/bootstrap.sh | 2 +-
 docker-compose.yml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/data/Dockerfiles/clamd/bootstrap.sh b/data/Dockerfiles/clamd/bootstrap.sh
index b0383070..4795ee13 100755
--- a/data/Dockerfiles/clamd/bootstrap.sh
+++ b/data/Dockerfiles/clamd/bootstrap.sh
@@ -63,7 +63,7 @@ while true; do
       --include 'sigwhitelist.ign2' \
       --exclude='*' /var/lib/clamav/
     CE=$?
-    chown 755 /var/lib/clamav/
+    chmod 755 /var/lib/clamav/
     if [ ${CE} -eq 0 ]; then
       echo RELOAD | nc localhost 3310
       break
diff --git a/docker-compose.yml b/docker-compose.yml
index 605a2067..2c6eed0a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -55,7 +55,7 @@ services:
             - redis
 
     clamd-mailcow:
-      image: mailcow/clamd:1.25
+      image: mailcow/clamd:1.26
       build: ./data/Dockerfiles/clamd
       restart: always
       environment: