Fails to import config from file using absolute path #592
Labels
bug
Something isn't working.
ready-for-release
Feature is implemented and available for testing in dev branch. It will be included in the next rele
Describe the bug
Attempting to import ACME DNS
api_token
from a file fails if the path to the file is absolute.Steps to reproduce
This is in a Docker Swarm stack, where the api_token is a Docker Secret.
The compose file is:
With the
stdin_open
,tty
, &entrypoint
commented as above, the container fails instantaneously, with only:in the container log.
Log files
It fails to start with:
No other logs are generated, even with
debug = true
set.Configuration file
Extract from
/data/maddy.conf
:and the file
/run/secrets/gandi_key
is populated by Docker to contain a single line:Environment information
Latest version running on Docker Swarm
Additional Information
If I change the import to be relative to the
/data
working directory, by preceding it with..
:it seems to work:
and so on.
The text was updated successfully, but these errors were encountered: