This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://0.0.0.0:8082"
|
"Url": "http://0.0.0.0:8080"
|
||||||
},
|
},
|
||||||
"HttpsInlineCertFile": {
|
"HttpsInlineCertFile": {
|
||||||
"Url": "https://localhost:8092",
|
"Url": "https://localhost:8092",
|
||||||
|
|||||||
@@ -23,5 +23,5 @@ WORKDIR /app
|
|||||||
COPY --from=build-env /publish .
|
COPY --from=build-env /publish .
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get install -y
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get install -y
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libgssapi-krb5-2
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libgssapi-krb5-2
|
||||||
ENV ASPNETCORE_URLS http://*:8081
|
ENV ASPNETCORE_URLS http://*:8080
|
||||||
ENTRYPOINT ["dotnet", "OCPP.Core.Server.dll"]
|
ENTRYPOINT ["dotnet", "OCPP.Core.Server.dll"]
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://0.0.0.0:8081"
|
"Url": "http://0.0.0.0:8080"
|
||||||
},
|
},
|
||||||
"HttpsInlineCertFile": {
|
"HttpsInlineCertFile": {
|
||||||
"Url": "https://localhost:8091",
|
"Url": "https://localhost:8091",
|
||||||
|
|||||||
Reference in New Issue
Block a user