diff --git a/README.md b/README.md index 313fa13b..b40a767c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # mailcow: dockerized - ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’• -## We stand with ๐Ÿ‡บ๐Ÿ‡ฆ - [![Mailcow Integration Tests](https://github.com/mailcow/mailcow-dockerized/actions/workflows/integration_tests.yml/badge.svg?branch=master)](https://github.com/mailcow/mailcow-dockerized/actions/workflows/integration_tests.yml) [![Translation status](https://translate.mailcow.email/widgets/mailcow-dockerized/-/translation/svg-badge.svg)](https://translate.mailcow.email/engage/mailcow-dockerized/) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/mailcow_email.svg?style=social&label=Follow%20%40mailcow_email)](https://twitter.com/mailcow_email) @@ -36,3 +34,9 @@ Telegram desktop clients are available for [multiple platforms](https://desktop. **Important**: mailcow makes use of various open-source software. Please assure you agree with their license before using mailcow. Any part of mailcow itself is released under **GNU General Public License, Version 3**. + +mailcow is a registered word mark of The Infrastructure Company GmbH, Parkstr. 42, 47877 Willich, Germany. + +The project is managed and maintained by The Infrastructure Company GmbH. + +Originated from @andryyy (Andrรฉ) \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 130e97b8..a0f275c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -168,7 +168,7 @@ services: - phpfpm sogo-mailcow: - image: mailcow/sogo:1.112 + image: mailcow/sogo:1.113 environment: - DBNAME=${DBNAME} - DBUSER=${DBUSER} diff --git a/update.sh b/update.sh index 3eca2ea6..34d17354 100755 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ check_online_status() { CHECK_ONLINE_DOMAINS=('https://github.com' 'https://hub.docker.com') for domain in "${CHECK_ONLINE_DOMAINS[@]}"; do - if timeout 3 curl --head --silent --output /dev/null ${domain}; then + if timeout 6 curl --head --silent --output /dev/null ${domain}; then return 0 fi done