* SessionAuthenticationMiddlware should be removed now.

* Force installation of Django-mailman3 from Git for rolling builds.
This commit is contained in:
Abhilash Raj
2018-06-07 19:48:01 -07:00
committed by GitHub
parent 84835e097d
commit 3f9a89a8b2
3 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ docker logs mailman-core
# Check to see if the core is working as expected.
docker exec -it mailman-core curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system
docker exec -it mailman-core curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system | grep "GNU Mailman"
# Check to see if postorius is working.
docker exec -it mailman-web curl -L http://172.19.199.3:8000/postorius/lists | grep "Mailing List"