dockerfile update
parent
f84d90ddca
commit
57e066f0a0
|
@ -27,6 +27,7 @@ COPY --from=publish /app/publish .
|
|||
|
||||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="https://toodle.ddns.net/identity-server-api/"
|
||||
|
||||
#Workaround to lower the TLS level in container for old sql server version
|
||||
RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf
|
||||
|
|
Loading…
Reference in New Issue