Traefik Config reverts after "./runtipi-cli restart"

Hello, I am trying to set up DNS Challange with CloudFlare API. I follows the steps on the runtipi documentation website. I am able to create the .yml file

Once I was done editing the treafik.yml with the correct information for "cloudflare" and the email, etc, I then restart runtipi with the command "sudo ./runtipi-cli restart".

After the restart I check the traefik.yml to see the changes were reverted. What am I doing wrong? I'm doing exactly what the documentation says.

Here is a log error after the runtipi-cli restart:
~
runtipi-reverse-proxy | 2024-07-15T18:15:55Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [10.0.0.2:8756]: acme: error: 400 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rejectedIdentifier :: Invalid identifiers requested :: Cannot issue for \"10.0.0.2:8756\": Domain name contains an invalid character" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["10.0.0.2:8756"] providerName=myresolver.acme routerName=homepage@docker rule=Host(`10.0.0.2:8756`)
~

No matter when I change something in the traefik.yml, it always reverts after the restart.
Was this page helpful?