mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Updated Building your own docker image (markdown)
parent
86590c51f5
commit
f879aacfeb
@ -16,3 +16,13 @@ To build with Postgresql backend run:
|
|||||||
# Build the docker image:
|
# Build the docker image:
|
||||||
docker build -t bitwarden_rs --build-arg DB=postgresql .
|
docker build -t bitwarden_rs --build-arg DB=postgresql .
|
||||||
```
|
```
|
||||||
|
in docker-compose.yml it looks like
|
||||||
|
```...
|
||||||
|
bitwarden:
|
||||||
|
# image: bitwardenrs/server-postgresql:latest
|
||||||
|
image: bitwarden_rs
|
||||||
|
build:
|
||||||
|
context: bitwarden_rs
|
||||||
|
args:
|
||||||
|
DB: postgresql
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user