mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
updated regular vaultwarden
This commit is contained in:
parent
4ea0dbc503
commit
3523c4830a
@ -2,7 +2,7 @@
|
||||
source /opt/kaido/src/libs/bash/lib.sh
|
||||
|
||||
# setup
|
||||
imageName=docker.io/vaultwarden/server:1.31.0-alpine
|
||||
imageName=docker.io/vaultwarden/server:1.33.2-alpine
|
||||
containerName=vaultwarden
|
||||
|
||||
dstBasePath="$KAIDO_CONTAINER_FOLDER/$containerName"
|
||||
@ -31,4 +31,7 @@ podman create \
|
||||
|
||||
# systemd
|
||||
create_systemd_services $containerName
|
||||
systemctl --user enable --now $containerName
|
||||
systemctl --user enable --now $containerName
|
||||
|
||||
echo "WARNING: this installer is being deprecated in favor of a vaultwarden installation with a database
|
||||
Please migrate to vaultwarden-ng intead"
|
Loading…
x
Reference in New Issue
Block a user