mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
add pg
@@ -10,3 +10,9 @@ To build with MySQL backend run:
|
||||
# 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 .
|
||||
```
|
||||
Reference in New Issue
Block a user