Merge pull request #35 from marsn3/patch-1

Change bitwardenrs to vaultwarden
This commit is contained in:
Jos Visser 2021-08-06 23:27:00 +02:00 committed by GitHub
commit 89e8c20a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -238,20 +238,20 @@
"Tools"
],
"description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
"image": "bitwardenrs/server:latest",
"image": "vaultwarden/server:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png",
"name": "bitwardenrs",
"name": "vaultwarden",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
":80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Bitwarden RS",
"title": "Vaultwarden",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
"bind": "/portainer/Files/AppData/Config/Vaultwarden",
"container": "/config"
}
]