mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-13 21:41:43 +01:00
Link to docker compose for Bitwarden_rs + caddy 2.0
parent
9cc278c8f3
commit
1ba527e7a7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Docker Compose is a tool that allows the definition and configuration of multi-container applications. In our case, we want both the Bitwarden_RS server and a proxy to redirect the WebSocket requests to the correct place.
|
Docker Compose is a tool that allows the definition and configuration of multi-container applications. In our case, we want both the Bitwarden_RS server and a proxy to redirect the WebSocket requests to the correct place.
|
||||||
|
|
||||||
This guide is based on [#126 (comment)](https://github.com/dani-garcia/bitwarden_rs/issues/126#issuecomment-417872681).
|
This guide is based on [#126 (comment)](https://github.com/dani-garcia/bitwarden_rs/issues/126#issuecomment-417872681). Another solution, based on Bitwarden_RS and Caddy 2.0 is [available there](https://github.com/sosandroid/docker-bitwarden_rs-caddy-synology)
|
||||||
|
|
||||||
Create a `docker-compose.yml` file based on this:
|
Create a `docker-compose.yml` file based on this:
|
||||||
```yml
|
```yml
|
||||||
|
|
Loading…
Reference in a new issue