Install with Docker
This creates a 'tamariappdata' volume for persistent storage.
docker run -d --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:0.9
Tamari is now running! Go to http://localhost:4888
Alternative Command with Mail Settings
Use this command instead if you wish to enable password reset requests via email. Replace variables with settings for an email account you control.
docker run -d -e MAIL_SERVER=mail.example.com -e MAIL_PORT=587 -e MAIL_USE_TLS=1 -e [email protected] -e MAIL_PASSWORD=yourpassword --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:0.9