commit 7853f42c25a5bfa1a3282bacd5d6dd44e0fa0f5b
author: Arianit K <arianit@hax.al>
date: 2025-06-03 00:23
parents: 956bb5ff
Cleaning Readme
| M | README.md | +11 | -0 |
diff --git a/README.md b/README.md index 6c38fea..c72aae9 100644 --- a/README.md +++ b/README.md @@ -280,3 +280,14 @@ docker rmi kissmoperl-auto-update This README provides all the necessary information to deploy and manage your KISSmo Perl application using Docker with automatic updates. + + +Or simply use the ready image: + +https://hub.docker.com/r/savagedot/kissmo + +``` +docker pull savagedot/kissmo + +docker run -d -p 7878:7878 --name kissmoperl savagedot/kissmo +```