update vaultwarden image

This commit is contained in:
choskeli 2023-01-27 23:20:24 -05:00
parent cecd4ce85d
commit 9168b490bb
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ If you have a spare domain name you can configure applications to be accessible
* [Airsonic](https://airsonic.github.io/) - catalog and stream music
* [Bazarr](https://github.com/morpheus65535/bazarr) - companion to Radarr and Sonarr for downloading subtitles
* [Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) - Self-Hosting port of password manager
* [Bitwarden](https://github.com/dani-garcia/vaultwarden) - Password Manger (Technically Vaultwarden, a lightweight implementation in Rust)
* [Booksonic](https://booksonic.org/) - The selfhosted audiobook server
* [Calibre-web](https://github.com/janeczku/calibre-web) - Provides a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
* [Code Server](https://code.visualstudio.com/) - Powerful IDE from Microsoft accessible through the browser

View file

@ -12,7 +12,7 @@
- name: Bitwarden Docker Container
docker_container:
name: "{{ bitwarden_container_name }}"
image: bitwardenrs/server:latest
image: vaultwarden/server:latest
pull: true
ports:
- "{{ bitwarden_port_a }}:80"