0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-25 23:38:20 +02:00

add pg

joergmschulz 2020-09-17 10:44:39 +02:00
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 .
``` ```