add pg

joergmschulz 2020-09-17 10:44:39 +02:00
parent 7d09401dd3
commit 86590c51f5
1 changed files with 6 additions and 0 deletions

@ -10,3 +10,9 @@ To build with MySQL backend run:
# 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 .
```