1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Revert removal of create log dir for business portal since run scripts are used by older versions as well (#1637)

This commit is contained in:
Oscar Hinton
2021-10-15 10:40:43 +02:00
committed by GitHub
parent 4fee17fdde
commit 162822bd9d
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ function Docker-Compose-Volumes {
Create-Dir "logs/nginx"
Create-Dir "logs/notifications"
Create-Dir "logs/sso"
Create-Dir "logs/portal"
Create-Dir "mssql/backups"
Create-Dir "mssql/data"
}