Update Servers/Containerization/Docker/Compose/VaultWarden.md

This commit is contained in:
2025-04-21 00:00:56 -06:00
parent 8c9c73b6ab
commit 1a7fc2c644

View File

@ -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: