mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 13:45:23 +02:00
[GH-ISSUE #19] Read acme.json stored in a docker volume. #18
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glerroo on GitHub (Apr 11, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/19
Originally assigned to: @chr0nzz on GitHub.
Great project, thanks.
There is a way to read the acme.json stored in a docker volume?
Traefik is configured as such
docker-compose.yml
traefik.yml
Thanks.
@chr0nzz commented on GitHub (Apr 11, 2026):
This is fixed in v0.11.0, will be out later today.
Based on your setup, add the traefik_acme volume to your Traefik Manager service in docker-compose.yml, then set the path in Settings with no further restarts needed:
Then go to Settings → File Paths → acme.json Path and set /acme_data/acme.json. The Certificates tab will pick it up immediately - no restart needed after that.
@chr0nzz commented on GitHub (Apr 11, 2026):
update out please check and let me know if u have any other issues
@glerroo commented on GitHub (Apr 12, 2026):
Issue fixed up.
Thanks so much!!!