fix: check config_minio_ssl

This commit is contained in:
DarkPhoenix2704
2024-08-22 20:44:21 +05:30
committed by Anbarasu
parent e718941cb3
commit de97138daf

View File

@@ -638,7 +638,7 @@ EOF
EOF
# If minio SSL is enabled, set the entry point to websecure
fi
if [ "${CONFIG_SSL_ENABLED}" = "Y" ]; then
if [ "$CONFIG_MINIO_SSL_ENABLED" = "Y" ]; then
cat >> "$compose_file" <<EOF
- "traefik.http.routers.minio.entrypoints=websecure"
- "traefik.http.routers.minio.tls=true"