On Wed, Apr 4, 2018, at 12:53 PM, brian@emwd.com wrote:
Ok. I made some headway here. I got the container to launch. Still getting the original error message "connection refused". However this time the database is running. Here is the error I get when I run:
docker logs mailman-web:
Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/site-packages/django/core/management/ __init__.py", line 363, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/site-packages/django/core/management/ __init__.py", line 307, in execute settings.INSTALLED_APPS File "/usr/local/lib/python2.7/site-packages/django/conf/__init__.py", line 56, in __getattr__ self._setup(name) File "/usr/local/lib/python2.7/site-packages/django/conf/__init__.py", line 41, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib/python2.7/site-packages/django/conf/__init__.py", line 110, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) File "/usr/local/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/opt/mailman-web/settings.py", line 60, in <module> MAILMAN_HOST_IP_AUTO = socket.gethostbyname('mailman-core') socket.gaierror: [Errno -2] Name does not resolve
Can you show me how does your docker-compose.yaml looks like? Please remove anything sensitive like passwords or secrets.
This is a known error and has been fixed, but I am guessing that it isn't released yet, because of which you can still see this error. Can you open an issue here1 and I will fix it as soon as I can?
thanks, Abhilash
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- Abhilash Raj maxking@asynchronous.in