CMS with Traefik

Unfortunately no.

For 2 problems resolved,

  1. I forgot to open XMR port (9505) on the Traefik service
  2. I publish ports on host mode
    ports:
      - target: 80
        published: 80
        protocol: tcp
        mode: host
      - target: 9505
        published: 9505
        protocol: tcp
        mode: host

Where are you see your logs ?