- I was told to run docker ps. Here is the output from that:
ONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 073ecf209106 maxking/mailman-web:0.1 "docker-entrypoint..." 3 days ago Up 3 days 8000/tcp, 8080/tcp mailman-web aef8f44a7136 maxking/mailman-core:0.1 "docker-entrypoint..." 3 days ago Up 3 days 8001/tcp, 8024/tcp mailman-core 398e3fc05e2c postgres:9.6-alpine "docker-entrypoint..." 3 days ago Restarting (1) 36 hours ago dockermailman_database_1 the database container is failing. Inspect it's logs (docker logs dockermailman_database_1) to see what's going on. I'd recommend removing all directories that contain the database stuff before trying again.
The rest of the issues is just because the database is not there...