You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2020. It is now read-only.
Hi, first of all, thank you for that amazing tool and your additional functionalities. I detected yesterday some misfalling behaviour.
I'm trying to run your container in swarm mode and as of the swarm mode all my data is based nfs mounts. Now, as I investigated, changes within the acme.json file are reflected into the container, but the watchdog script does not detect the changed file. As a result the extractor script is still waiting for changes, but will never extract the certs. When I inspect the acme file within the container, changes in the data or the metadata like date or even permissions are updated.
Have you ever detected some behaviour?
Attached below my docker yml. The traefik_data volume is also an nfs mounted volume like the mail_cert is. It is just specified within the traefik stack.
Hi, first of all, thank you for that amazing tool and your additional functionalities. I detected yesterday some misfalling behaviour.
I'm trying to run your container in swarm mode and as of the swarm mode all my data is based nfs mounts. Now, as I investigated, changes within the
acme.jsonfile are reflected into the container, but the watchdog script does not detect the changed file. As a result the extractor script is still waiting for changes, but will never extract the certs. When I inspect the acme file within the container, changes in the data or the metadata like date or even permissions are updated.Have you ever detected some behaviour?
Attached below my docker yml. The
traefik_datavolume is also an nfs mounted volume like themail_certis. It is just specified within the traefik stack.