Skip to content

Commit bca9303

Browse files
PLA-633 Changed SSL port to be a nonroot port
1 parent e5220e9 commit bca9303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.sample.ldap.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- OpenIdServer__ClientId=ccdcidentity
1717
- OpenIdServer__ClientSecret=${CCDC_LICENSING_CONFIGURATION}
1818
- OpenIdServer__RedirectUri=${PUBLIC_URI}/Identity/signin-oidc
19-
- ASPNETCORE_URLS=https://+:443;
19+
- ASPNETCORE_URLS=https://+:8443;
2020

2121
# Custom LDAP Settings
2222

@@ -53,4 +53,4 @@ services:
5353
volumes:
5454
- ./ssl/cert.pfx:/ssl/cert.pfx:ro
5555
ports:
56-
- 8443:443
56+
- 8443:8443

0 commit comments

Comments
 (0)