From 1c0351604a0cf1d06280dbad6819f0b800d0b0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 18 Oct 2022 20:19:27 +0200 Subject: [PATCH] Update README.md --- compose/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/compose/README.md b/compose/README.md index 01a734a..399842b 100644 --- a/compose/README.md +++ b/compose/README.md @@ -113,3 +113,14 @@ For the complete documentation, please refer to https://docs.openproject.org/ins ### Network issues If you're running into weird network issues and timeouts such as the one described in [OP#42802](https://community.openproject.org/work_packages/42802), you might have success in remove the two separate frontend and backend networks. This might be connected to using podman for orchestration, although we haven't been able to confirm this. + + +### SMTP setup fails: Network is unreachable. + +Make sure your container has DNS resolution to access external SMTP server when set up as described in [OP#44515](https://community.openproject.org/work_packages/44515). + +```yml +worker: + dns: + - "Your DNS IP" # OR add a public DNS resolver like 8.8.8.8 + ```