computer-playbook/roles/docker-mailu
2020-12-27 19:41:35 +01:00
..
files Implemented role docker-mailu 2020-12-27 13:22:47 +01:00
handlers Implemented role docker-mailu 2020-12-27 13:22:47 +01:00
meta Implemented mailu draft 2020-12-27 16:16:12 +01:00
tasks Updated draft 2020-12-27 19:41:35 +01:00
templates Updated draft 2020-12-27 19:41:35 +01:00
Readme.md Updated draft 2020-12-27 19:41:35 +01:00

role docker-mailu

setup

ports

Keep in mind to change the conflicting ports manual. Execute

  netstat -tulpn

to verify that there aren't port conflicts

admin account

Before you can use Mailu, you must create the primary administrator user account. This should be admin@{{hostname}}. Use the following command, changing PASSWORD to your liking:

  docker-compose -p mailu exec admin flask mailu admin admin {{hostname}} PASSWORD

Up

  docker-compose -p mailu up -d

See