Install with Docker
Version 1.2 images were updated and tested on April 25, 2025.
This creates a 'tamariappdata' volume for persistent storage.
docker run -d --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:1.2
You can also pull alexbates/tamari:latest or ghcr.io/alexbates/tamari:latest.
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:1.2