acme-companion: Permissions are not being set with env variables
Pigging back on to #461 and #463. Does not look it’s honoring the FILES_GID
and FILES_UID
environmental variables, as new files are being created as root. Made sure I was using the latest image.
Docker inspect info: https://pastebin.com/ZKiy7jcD
Thanks.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 19 (9 by maintainers)
Commits related to this issue
- Manage ownership of symlinks too Fix #471 — committed to buchdag/acme-companion by buchdag 6 years ago
- Manage ownership of symlinks too Fix #471 — committed to buchdag/acme-companion by buchdag 6 years ago
- Manage ownership of symlinks too Fix #471 — committed to bingozb/docker-letsencrypt-nginx-proxy-companion by buchdag 6 years ago
@techoutlooks > OS, Docker version, LE companion version, config, container logs ?
@desimaniac > my bad, you don’t have debug output enabled at all. The value you have to set the
DEBUG
environment variable to istrue
, notTrue
. I’ll make this case insensitive asap.same issue here. thanks @desimaniac for tracking down the bug.