From d8afd398a4852cb3fe95839c5ded85b18d222f32 Mon Sep 17 00:00:00 2001 From: Minijus-Sa Date: Mon, 15 Dec 2025 00:47:42 +0200 Subject: [PATCH 1/2] Add deployment button for Hostinger in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da38e5ae6..fd4036d07 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ - **Multi-deployment**: Quickly deploy using docker & pm2 - **Simple to Use**: Designed to be easy to use with a simple logical workflow + +## Deploy on Hostinger + +Quickly deploy using Hostinger with a 1-click installation + +[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=https://github.com/Peppermint-Lab/peppermint/) + ## 🐳 Installation with docker Check out the getting started guide if this is the first time you've used Peppermint: From 3f8b59c6cf39f873134a5cb545bc2abe4976950b Mon Sep 17 00:00:00 2001 From: Minijus-Sa Date: Thu, 30 Apr 2026 13:51:07 +0300 Subject: [PATCH 2/2] Fix Hostinger deploy link in README Updated the link in the Hostinger deployment badge to point to the main docker-compose.yml file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4036d07..768273ae3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Quickly deploy using Hostinger with a 1-click installation -[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=https://github.com/Peppermint-Lab/peppermint/) +[![Deploy on Hostinger](https://assets.hostinger.com/vps/deploy.svg)](https://www.hostinger.com/vps/docker-hosting?compose_url=https://github.com/Peppermint-Lab/peppermint/blob/main/docker-compose.yml) ## 🐳 Installation with docker