From 3806330df5bea10bebbd5c096f59ada91fdaa3bd Mon Sep 17 00:00:00 2001 From: Jos Visser <1911646+Qballjos@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:29:50 +0200 Subject: [PATCH] changed the folder structure for vaultwarden /config had moved to /data modified the template --- Template/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index 45061b2..ccac7c2 100644 --- a/Template/template.json +++ b/Template/template.json @@ -226,7 +226,7 @@ "volumes": [ { "bind": "/portainer/Files/AppData/Config/Vaultwarden", - "container": "/config" + "container": "/data" } ] },