mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-23 18:29:21 -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
|
||||
# Build the docker image:
|
||||
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