Correct https port

This commit is contained in:
Alexandre
2021-09-25 07:21:16 +02:00
committed by GitHub
parent 09b8c4c7d7
commit ea7bcb53c8

View File

@@ -10,6 +10,7 @@ declare portainer_protocol=http
# Generate Ingress configuration
if bashio::config.true 'ssl'; then
portainer_protocol=https
sed -i "s|9000|9443|g" /etc/nginx/includes/upstream.conf
fi
bashio::var.json \