diff --git a/entrypoint.sh b/entrypoint.sh index c7ce426be0..16d1c78fb7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,4 +35,4 @@ chown -R $USERNAME:$GROUPNAME /app chown -R $USERNAME:$GROUPNAME /bitwarden_server exec gosu $USERNAME:$GROUPNAME dotnet /bitwarden_server/Server.dll \ - /contentRoot=/app /webRoot=. /serveUnknown=false /cacheWeb=true + /contentRoot=/app /webRoot=. /serveUnknown=false /webVault=true