1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00

[SOGo] vacation auto reply date shifting #5394

This commit is contained in:
FreddleSpl0it
2024-09-02 10:22:51 +02:00
parent 7203735532
commit ae3653a925
2 changed files with 4 additions and 2 deletions

View File

@@ -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 cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
fi fi
echo "$TZ" > /etc/timezone
# Run hooks # Run hooks
for file in /hooks/*; do for file in /hooks/*; do
if [ -x "${file}" ]; then if [ -x "${file}" ]; then

View File

@@ -176,7 +176,7 @@ services:
- phpfpm - phpfpm
sogo-mailcow: sogo-mailcow:
image: mailcow/sogo:1.125 image: mailcow/sogo:1.126
environment: environment:
- DBNAME=${DBNAME} - DBNAME=${DBNAME}
- DBUSER=${DBUSER} - DBUSER=${DBUSER}
@@ -552,7 +552,7 @@ services:
aliases: aliases:
- dockerapi - dockerapi
##### Will be removed soon ##### ##### Will be removed soon #####
solr-mailcow: solr-mailcow:
image: mailcow/solr:1.8.3 image: mailcow/solr:1.8.3