From 1a7fc2c644a1aff46d867d116ecf943dc04e3709 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 21 Apr 2025 00:00:56 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/VaultWarden.md --- Servers/Containerization/Docker/Compose/VaultWarden.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/VaultWarden.md b/Servers/Containerization/Docker/Compose/VaultWarden.md index 89ebf9a..a37c28b 100644 --- a/Servers/Containerization/Docker/Compose/VaultWarden.md +++ b/Servers/Containerization/Docker/Compose/VaultWarden.md @@ -1,6 +1,6 @@ **Purpose**: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" --- version: "2.1" services: @@ -37,12 +37,12 @@ networks: !!! warning "ADMIN_TOKEN" It is **CRITICAL** that you never share the `ADMIN_TOKEN` with anyone. It allows you to log into the instance at https://vault.example.com/admin to add users, delete users, make changes system wide, etc. -```jsx title=".env" +```yaml title=".env" Not Applicable ``` ## Traefik Reverse Proxy Configuration If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below. -``` yaml +```yaml http: routers: bunny-vaultwarden: