1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

configure send for self-host

This commit is contained in:
Kyle Spearrin
2020-11-03 14:29:07 -05:00
parent 82dd364e65
commit d2ab098ca5
3 changed files with 9 additions and 2 deletions

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 \
/contentRoot=/etc/bitwarden/core/attachments /webRoot=. /serveUnknown=true
/webRoot=/etc/bitwarden/core/attachments /serveUnknown=true