Last active
October 28, 2020 23:00
-
-
Save dnburgess/f52bfc9e119bba1a40e47b031db5d3d9 to your computer and use it in GitHub Desktop.
DB Tech BitWardenRS on Pi 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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