Hi,
Runnning docker-compose pull, I got 2 errors:
1° Error ERROR: Invalid interpolation format for “environment” option in service “postfix-mailcow”: “REDIS_SLAVEOF_IP=${REDIS_SLAVEOF_IP:-}”
=> I found no indications except to replace $ by $$ (https://stackoverflow.com/questions/57241980/invalid-interpolation-format-for-environment-option-in-service-web-secret)
2° Unsupported config option for services.dockerapi-mailcow: ‘oom_kill_disable’
=> I got this solved by putting it in comments (cfr https://github.com/mailcow/mailcow-dockerized/issues/1629)
I could launch docker-compose up -d, but got page on browser: What is happening? - Nginx cannot connect to an upstream server.
docker-compose logs –tail=200 php-fpm-mailcow gives me:
php-fpm-mailcow_1 | Could not connect to Redis at ${REDIS_SLAVEOF_IP:-}:0: Name does not resolve
php-fpm-mailcow_1 | Waiting for Redis…
So I presume I haven’t got the first error when running docker-compose pull fixed.
All input appreciated & thanks in advance!