From ab480befe611025ebc29b3de71fcf98ad280dbab Mon Sep 17 00:00:00 2001 From: Ryan Fortner <71036629+ryanfortner@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:07:56 -0400 Subject: [PATCH] bitwarden: change /config to /data --- pi-hosted_template/template/portainer-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 32ed708..98877b3 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -4039,7 +4039,7 @@ "volumes": [ { "bind": "/portainer/Files/AppData/Config/Bitwarden", - "container": "/config" + "container": "/data" } ] }