Hi @sudo ,
Could you instead try with the following template? Thanks
version: '3.3'
services:
baserow:
container_name: baserow
environment:
- 'BASEROW_PUBLIC_URL=https://db.example.com'
- 'BASEROW_CADDY_ADDRESSES=:8080'
volumes:
- 'baserow_data:/baserow/data'
ports:
- '3001:8080'
restart: unless-stopped
image: 'baserow/baserow:latest'