diff --git a/README.md b/README.md index 3094cb9..ba75e0a 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ Create your own account or sign in with the demo credentials. ## Installing 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.7 +docker run -d --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:0.8 ``` 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 MAIL_USERNAME=youremail@example.com -e MAIL_PASSWORD=yourpassword --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:0.7 +docker run -d -e MAIL_SERVER=mail.example.com -e MAIL_PORT=587 -e MAIL_USE_TLS=1 -e MAIL_USERNAME=youremail@example.com -e MAIL_PASSWORD=yourpassword --restart=always -p 4888:4888 -v tamariappdata:/app/appdata --name tamari alexbates/tamari:0.8 ``` ## Manual Installation