We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5220e9 commit bca9303Copy full SHA for bca9303
docker-compose.sample.ldap.yml
@@ -16,7 +16,7 @@ services:
16
- OpenIdServer__ClientId=ccdcidentity
17
- OpenIdServer__ClientSecret=${CCDC_LICENSING_CONFIGURATION}
18
- OpenIdServer__RedirectUri=${PUBLIC_URI}/Identity/signin-oidc
19
- - ASPNETCORE_URLS=https://+:443;
+ - ASPNETCORE_URLS=https://+:8443;
20
21
# Custom LDAP Settings
22
@@ -53,4 +53,4 @@ services:
53
volumes:
54
- ./ssl/cert.pfx:/ssl/cert.pfx:ro
55
ports:
56
- - 8443:443
+ - 8443:8443
0 commit comments