diff --git a/Docker & Kubernetes/Docker/Docker Compose/VaultWarden.md b/Docker & Kubernetes/Docker/Docker Compose/VaultWarden.md index 4fc23db..89ebf9a 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/VaultWarden.md +++ b/Docker & Kubernetes/Docker/Docker Compose/VaultWarden.md @@ -34,9 +34,8 @@ networks: docker_network: external: true ``` -:::caution -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. -::: +!!! 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