fix: docker container reference

This commit is contained in:
Yarmo Mackenbach 2023-09-14 10:31:11 +02:00
parent 0dd591c2c3
commit 49568b9422
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -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.