Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vaultwarden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Vaultwarden
Commits
cf8ca852
Commit
cf8ca852
authored
5 years ago
by
Miro Prasil
Browse files
Options
Downloads
Patches
Plain Diff
Point to the new docker hub image location
parent
a8a92f6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
cf8ca852
...
...
@@ -3,7 +3,7 @@
---
[

](https://travis-ci.org/dani-garcia/bitwarden_rs)
[

](https://hub.docker.com/r/
mprasil/
bitwarden)
[

](https://hub.docker.com/r/bitwarden
rs/server
)
[

](https://deps.rs/repo/github/dani-garcia/bitwarden_rs)
[

](https://github.com/dani-garcia/bitwarden_rs/releases/latest)
[

](https://github.com/dani-garcia/bitwarden_rs/blob/master/LICENSE.txt)
...
...
@@ -34,8 +34,8 @@ Basically full implementation of Bitwarden API is provided including:
Pull the docker image and mount a volume from the host for persistent storage:
```
sh
docker pull
mprasil/
bitwarden:latest
docker run
-d
--name
bitwarden
-v
/bw-data/:/data/
-p
80:80
mprasil/
bitwarden:latest
docker pull bitwarden
rs/server
:latest
docker run
-d
--name
bitwarden
-v
/bw-data/:/data/
-p
80:80 bitwarden
rs/server
:latest
```
This will preserve any persistent data under /bw-data/, you can adapt the path to whatever suits you.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment