From 02846f6f2c32ffe4557fbac585222187c4955a92 Mon Sep 17 00:00:00 2001 From: TheRsKing <130909958+TheRsKing@users.noreply.github.com> Date: Sun, 9 Jun 2024 02:03:00 +0200 Subject: [PATCH] Updated Using Docker Compose (markdown) --- 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 98b6329..781da8b 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -1,6 +1,6 @@ [Docker Compose](https://docs.docker.com/compose/) is a tool that allows the definition and configuration of multi-container applications. In our case, we want both the vaultwarden server and a proxy to redirect the WebSocket requests to the correct place. -## Minimal template for no reverse proxy / a reverse proxy other than caddy +## Minimal template for no reverse proxy / a reverse proxy fully configured by yourself (caddy example below) This example assumes that you have [installed](https://docs.docker.com/compose/install/) Docker Compose. This configuration can be used either for local servers that are not open to the 'outside world', or as a template for a reverse proxy.