fix quantiles, bump versions

This commit is contained in:
vdo 2022-06-01 10:16:03 +01:00
parent 8dd1927677
commit 9c92b6eaa6
5 changed files with 19 additions and 19 deletions

View file

@ -233,6 +233,8 @@ configure_tls_port() {
done
# Set port in vars
sed -i "s/TRAEFIK_TLS_PORT=.*/TRAEFIK_TLS_PORT=${TLS_PORT}/g" .env
else
TLS_PORT="443"
fi
}