mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
737 B
737 B
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