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. **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" version: "2.1"
services: services:
@ -37,7 +37,7 @@ networks:
!!! warning "ADMIN_TOKEN" !!! 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. 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 Not Applicable
``` ```
## Traefik Reverse Proxy Configuration ## Traefik Reverse Proxy Configuration