From 49568b9422625f3c20393755f62ad2145023ac88 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 14 Sep 2023 10:31:11 +0200 Subject: [PATCH] fix: docker container reference --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 138ea5e..397aa34 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Self-hosting Keyoxide is an important aspect of the project. Users need to trust The Docker container allows you to easily self-host the [Keyoxide](https://keyoxide.org) project. To get started, simply run: -`docker run -d -p 3000:3000 keyoxide/keyoxide:stable` +```sh +docker run -d -p 3000:3000 codeberg.org/keyoxide/keyoxide-web:latest +``` Keyoxide will now be available by visiting http://localhost:3000.