Use generic variable for vw container name

This commit is contained in:
2025-05-15 10:51:24 +02:00
parent 344ccb59cc
commit 670475106d

View File

@@ -18,7 +18,7 @@ if podman container exists "$CONTAINER_NAME"; then
fi
podman create \
--name vaultwarden \
--name $CONTAINER_NAME \
--restart=unless-stopped \
-e DOMAIN=https://$DOMAIN \
-e SHOW_PASSWORD_HINT=true \