Docker run instead of Docker compose

Hi guys,
I am using Kopia as a Docker container. Install instructions are made for Docker compose and working fine, but I would rather like to use a docker run command instead of a compose stack with only one container.
Please, how do I translate the command section into docker run syntax?

ports:
            - 51515:51515
command:
            - server
            - start
            - --disable-csrf-token-checks
            - --insecure
            - --address=0.0.0.0:51515
            - --server-username=USERNAME
            - --server-password=SECRET_PASSWORD

I cant get this working. I have tried using decomposerize.com with no success.
Thanks for your help!