From 86590c51f55133448d348ec5f6c6dbfbb2506544 Mon Sep 17 00:00:00 2001 From: joergmschulz Date: Thu, 17 Sep 2020 10:44:39 +0200 Subject: [PATCH] add pg --- Building-your-own-docker-image.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Building-your-own-docker-image.md b/Building-your-own-docker-image.md index ac2e9ed..457d5e5 100644 --- a/Building-your-own-docker-image.md +++ b/Building-your-own-docker-image.md @@ -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 . ``` \ No newline at end of file