Merge pull request #24 from ryanfortner/patch-3

bitwarden: change /config to /data
This commit is contained in:
don
2021-10-07 13:19:02 -04:00
committed by GitHub

View File

@@ -4050,7 +4050,7 @@
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Bitwarden",
"container": "/config"
"container": "/data"
}
]
},