I have been using the Traefik compose file generated by boilerplate and I do have the volume mapped to /var/traefik/certs/. I recently noticed that volume is empty. Some digging into the issuing date of the certificates it seems like traefik is getting new ones every time it starts. Would something like --certificatesresolvers.cloudflare.acme.storage=/var/traefik/certs/acme.json need to be added to address this?
I have been using the Traefik compose file generated by boilerplate and I do have the volume mapped to
/var/traefik/certs/. I recently noticed that volume is empty. Some digging into the issuing date of the certificates it seems like traefik is getting new ones every time it starts. Would something like--certificatesresolvers.cloudflare.acme.storage=/var/traefik/certs/acme.jsonneed to be added to address this?