mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
ssl mapped to 8443
This commit is contained in:
@ -204,7 +204,7 @@ services:
|
||||
if(HttpsPort != default(int))
|
||||
{
|
||||
sw.Write($@"
|
||||
- '{HttpsPort}:8081'");
|
||||
- '{HttpsPort}:8443'");
|
||||
}
|
||||
|
||||
sw.Write($@"
|
||||
|
Reference in New Issue
Block a user