mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: docker container reference
This commit is contained in:
parent
0dd591c2c3
commit
49568b9422
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
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.
|
Keyoxide will now be available by visiting http://localhost:3000.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue