Maintained by Thijmen Heuvelink
Unofficial Bitwarden compatible server written in Rust, Bitwarden is a freemium open-source password management service that stores sensitive information such as website credentials in an encrypted vault.
Save the following contents as a docker-compose.yml file.
version: '3'
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
volumes: [/home/$USER/env/:/data/]
ports: [8080:80]
docker-compose up -d
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved