8 Jan
2019
8 Jan
'19
1:57 p.m.
Odhiambo Washington wrote:
So you just added:
- stop_grace_period: 30s
to the block??
I actually did not add it. It was already there from the docker files that I pulled from:
https://github.com/maxking/docker-mailman
I don't know if that setting makes any difference. I am also using the included postgres database instead of mysql.
For the mailman-web section, you need to add the following:
- SERVE_FROM_DOMAIN=yourdomain - MAILMAN_ADMIN_USER=youruser - MAILMAN_ADMIN_EMAIL=youradminemailaddress
The mailman-web section has sub-sections. Under which one do I add these? environment?? Or networks below the IP address?
Under the environment sub-section.
I have apache2 and nginx on the server. Apache listens on 80 and 443 while nginx listens on 8080 and 8443.
I won't be of much help here I am afraid. My server is just using nginx.
Brian