In this video, I will show you how to self-host and set up Vaultwarden in Docker. It is THE best password manager out there because you are in control of where the data is stored.
And the best part is you do not need to trust and pay some Cloud service to keep your passwords and accounts safe, while at the same time hoping that they will not get breached or hacked (historically speaking, they will).
My docker-compose, to help you get started:
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
SIGNUPS_ALLOWED: "true"
ports:
- 11001:80
volumes:
- ./vw-data:/data
Find more information about Vaultwarden and Nginx Proxy manager below:
– https://hub.docker.com/r/vaultwarden/server
– https://nginxproxymanager.com/