add pg
parent
7d09401dd3
commit
86590c51f5
|
@ -9,4 +9,10 @@ To build with MySQL backend run:
|
||||||
```sh
|
```sh
|
||||||
# Build the docker image:
|
# Build the docker image:
|
||||||
docker build -t bitwarden_rs --build-arg DB=mysql .
|
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