Problem to Setup baserow with SSL

I am reaching out to seek assistance regarding an issue I encountered while trying to set up Baserow with SSL (Secure Sockets Layer). Despite following standard procedures and guidelines, I have been unable to establish SSL for Baserow successfully

docker run
-d
–name baserow02
-e BASEROW_PUBLIC_URL=baserow-elorchi-com
-v baserow_data:/baserow/data
-p 3000:80
–restart unless-stopped
baserow/baserow:1.24.2

docker logs

this my caddy file:
n8n.tython.org {
reverse_proxy n8n:5678 {
flush_interval -1
}
}

baserow.elorchi.com {
reverse_proxy baserow02:3000
}

please any help

Hi @brahim1elorchi, can you try changing the value of your BASEROW_PUBLIC_URL=https://baserow-elorchi-com?