diff options
author | Arianit K <arianit@hax.al> | 2025-06-03 00:23:52 +0000 |
---|---|---|
committer | Arianit K <arianit@hax.al> | 2025-06-03 00:23:52 +0000 |
commit | 7853f42c25a5bfa1a3282bacd5d6dd44e0fa0f5b (patch) | |
tree | 4bcbe8588b12468116e1891ec62fa3fa498e4569 | |
parent | Cleaning Readme (diff) | |
download | KISSmoDocker-7853f42c25a5bfa1a3282bacd5d6dd44e0fa0f5b.tar.gz KISSmoDocker-7853f42c25a5bfa1a3282bacd5d6dd44e0fa0f5b.zip |
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 +``` |