From 80ba4550c7d3aba2c5f4e370c810085e831789d3 Mon Sep 17 00:00:00 2001
From: northys <jiri.travnicek@outlook.com>
Date: Mon, 18 Apr 2022 22:37:27 +0200
Subject: [PATCH] README.md: fix docker image name

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ae4c17c..1ba0d76 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ You must publish a port on your host machine to bind to the container's web port
 An example of a minimum run configuration to access maloja via `localhost:42010`:
 
 ```console
-	docker run -p 42010:42010 -v $PWD/malojadata:/mljdata -e MALOJA_DATA_DIRECTORY=/mljdata maloja
+	docker run -p 42010:42010 -v $PWD/malojadata:/mljdata -e MALOJA_DATA_DIRECTORY=/mljdata krateng/maloja
 ```
 
 ### Extras