1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

adjust params for attachments server

This commit is contained in:
Kyle Spearrin 2020-11-05 11:39:15 -05:00
parent dacb2a8e2b
commit c466acf081

View File

@ -34,4 +34,4 @@ mkdir -p /etc/bitwarden/core/attachments
chown -R $USERNAME:$GROUPNAME /etc/bitwarden
exec gosu $USERNAME:$GROUPNAME dotnet /bitwarden_server/Server.dll \
/webRoot=/etc/bitwarden/core/attachments /serveUnknown=true
/contentRoot=/etc/bitwarden/core/attachments /webRoot=. /serveUnknown=true