Update Docker & Kubernetes/Docker/Docker Compose/VaultWarden.md

This commit is contained in:
Nicole Rappe
2024-02-19 16:25:58 -07:00
parent 17dd563b9a
commit e76db2dbaf

View File

@ -34,9 +34,8 @@ networks:
docker_network:
external: true
```
:::caution
!!! 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"
Not Applicable