Browse Source

fix: check config_minio_ssl

pull/9162/merge
DarkPhoenix2704 3 months ago committed by Anbarasu
parent
commit
de97138daf
  1. 2
      docker-compose/setup-script/noco.sh

2
docker-compose/setup-script/noco.sh

@ -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"

Loading…
Cancel
Save