Html not loading stylesheet - running in docker container

My version of HedgeDoc is: 1.7.2

What I expected to happen:
When accessing my hedgedoc homepage I expect to see a styled pretty page.

What actually happened:
Hedgedoc is up and running, and I see this:
Screen Shot 2021-04-22 at 15.34.18

I have installed following the docker installation guide and used the default nginx settings (but for now skipping the ssl part) from here:
https://docs.hedgedoc.org/setup/docker/
https://docs.hedgedoc.org/guides/reverse-proxy/#nginx

Well, I am not completely sure why thing started working, but they did.

  - CMD_DOMAIN=<my-actual-fqdn>
  - CMD_PORT=3000
  - CMD_URL_ADDPORT=false
  - CMD_PROTOCOL_USESSL=true
  - CMD_HSTS_ENABLE=true

These are the ENV values I ended up with. And after a reboot and bringing things up again it works nicely.

So closing the case!