1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}

View File

@ -133,6 +133,7 @@ function dockerComposeVolumes() {
createDir "logs/nginx"
createDir "logs/notifications"
createDir "logs/sso"
createDir "logs/portal"
createDir "mssql/backups"
createDir "mssql/data"
}