mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 03:39:20 -07:00
Updated Building your own image (markdown)
@@ -1,6 +1,12 @@
|
|||||||
Clone the repository, then from the root of the repository run:
|
Clone the repository, then from the root of the repository run to build with default sqlite backend:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Build the docker image:
|
# Build the docker image:
|
||||||
docker build -t bitwarden_rs .
|
docker build -t bitwarden_rs .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build with MySQL backend run:
|
||||||
|
```sh
|
||||||
|
# Build the docker image:
|
||||||
|
docker build -t bitwarden_rs --build-arg DB=sqlite .
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user