mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
add pg
parent
7d09401dd3
commit
86590c51f5
@ -9,4 +9,10 @@ To build with MySQL backend run:
|
||||
```sh
|
||||
# Build the docker image:
|
||||
docker build -t bitwarden_rs --build-arg DB=mysql .
|
||||
```
|
||||
|
||||
To build with Postgresql backend run:
|
||||
```sh
|
||||
# Build the docker image:
|
||||
docker build -t bitwarden_rs --build-arg DB=postgresql .
|
||||
```
|
Loading…
Reference in New Issue
Block a user