Browse Source

[PM-1507] fix: Use camel case for docker default network (#2811)

* fix: Use camel case for docker default network

* Update project name in .env.example
pull/2829/head
Stephen Kaiser 3 years ago committed by GitHub
parent
commit
a680dec0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dev/.env.example

2
dev/.env.example

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
COMPOSE_PROJECT_NAME=BitwardenServer
COMPOSE_PROJECT_NAME=bitwardenserver
# Ensure the MSSQL_PASSWORD is complex and follows the password policy defined at
# https://docs.microsoft.com/en-us/sql/relational-databases/security/password-policy?view=sql-server-ver15
MSSQL_PASSWORD=SET_A_PASSWORD_HERE_123

Loading…
Cancel
Save