Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created November 6, 2020 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dnburgess/40c2b297911d1de4353f74c3da8f951f to your computer and use it in GitHub Desktop.
Save dnburgess/40c2b297911d1de4353f74c3da8f951f to your computer and use it in GitHub Desktop.
DB Tech BitWardenRS on Pi 4
---
version: "2"
services:
bitwardenrs:
image: bitwardenrs/server:latest
container_name: bitwardenrs
volumes:
- /srv/dev-disk-by-label-Files/Config/BitWardenRS:/data/
ports:
- 8100:80
restart: unless-stopped
@Droppisalt
Copy link

BitwardenRS is no longer developed. FYI for people using this, you should switch to Vaultwarden which is just BitwardenRS renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment