From 1ba527e7a75fd5319653ba20bb519c0a4186a643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=20Dr=C3=B4me=20Laboratoire?= <45164229+ladromelaboratoire@users.noreply.github.com> Date: Mon, 30 Mar 2020 15:52:15 +0200 Subject: [PATCH] Link to docker compose for Bitwarden_rs + caddy 2.0 --- Using-Docker-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 5928048..f0d8c90 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -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. -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: ```yml