Baserow image on Docker Hub

thanks guys,
changed the BASEROW_PUBLIC_URL to contain http:// and works just fine now.

As for logging, just for clarity, I understand Baserow is internally set to print every log message (from every service/process its is running internally) to stdout (and not to the file)?
If so I imagine, if I wanted to, I can then set Docker to route stdout to some file location.

Glad to hear!

Yup thats correct, the baserow/baserow image will log everything to stdout from all internal services, it is not logging anything to file. To save these logs or ship them to some other software routing the docker logs for the container would be the correct way.