mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
fix: check config_minio_ssl
This commit is contained in:
committed by
Anbarasu
parent
e718941cb3
commit
de97138daf
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user