Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active October 28, 2020 23:00
Show Gist options
  • Save dnburgess/f52bfc9e119bba1a40e47b031db5d3d9 to your computer and use it in GitHub Desktop.
Save dnburgess/f52bfc9e119bba1a40e47b031db5d3d9 to your computer and use it in GitHub Desktop.
DB Tech BitWardenRS on Pi 4
sudo docker pull bitwardenrs/server:latest
sudo docker run -d --name bitwarden -v /srv/dev-disk-by-label-Files/Config/BitwardenRS/:/data/ -p 8100:80 bitwardenrs/server:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment