On Sun, Apr 1, 2018, at 11:19 AM, brian@emwd.com wrote:
Here is the output of docker ps:
CONTAINER ID IMAGE COMMAND
CREATED STATUS PORTS
NAMES 073ecf209106 maxking/mailman-web:0.1 "docker-entrypoint..."
27 hours ago Up 27 hours 8000/tcp, 8080/tcp
mailman-web aef8f44a7136 maxking/mailman-core:0.1 "docker-entrypoint..."
27 hours ago Up 27 hours 8001/tcp, 8024/tcp
mailman-core 398e3fc05e2c postgres:9.6-alpine "docker-entrypoint..."
27 hours ago Restarting (1) 12 hours ago
dockermailman_database_1
Looks like your database isn't up, because of which the Django app migh not have started at all.
Can you also show the output of:
$ docker logs mailman-web
It should have something relevant if the container didn't startup at all.
There is no logs directory at all:
cd /opt/mailman/web/logs -bash: cd: /opt/mailman/web/logs: No such file or directory
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- Abhilash Raj maxking@asynchronous.in