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
[SOGo] vacation auto reply date shifting #5394
ae3653a9
data/Dockerfiles/sogo/docker-entrypoint.sh | 2 ++
docker-compose.yml | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
Diff
diff --git a/data/Dockerfiles/sogo/docker-entrypoint.sh b/data/Dockerfiles/sogo/docker-entrypoint.sh
index 2ff602a3..4e20e960 100755
--- a/data/Dockerfiles/sogo/docker-entrypoint.sh
+++ b/data/Dockerfiles/sogo/docker-entrypoint.sh
@@ -10,6 +10,8 @@ if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
fi
+echo "$TZ" > /etc/timezone
+
# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then
diff --git a/docker-compose.yml b/docker-compose.yml
index cf0a028f..6ec97c9a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -176,7 +176,7 @@ services:
- phpfpm
sogo-mailcow:
- image: mailcow/sogo:1.125
+ image: mailcow/sogo:1.126
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@@ -552,7 +552,7 @@ services:
aliases:
- dockerapi
-
+
##### Will be removed soon #####
solr-mailcow:
image: mailcow/solr:1.8.3