Closed emcniece closed 7 years ago
This appears to be an issue with directory creation and Acmetool initialization.
On first run, when the volume for acmetool
doesn't exist the entrypoint.sh copy_config_files
function won't copy /app/acme/conf/responses
because the /var/lib/acme/conf
directory doesn't exist.
This can be worked around by restarting the container when it gets to this point, but...
This can be solved by first executing mkdir -p /var/lib/acme/conf
.
Just pulled the new dev build (79f37543), and the entrypoint gets stuck at a prompt:
Need to confirm that the
ACME_API
environment variable is setting properly in the LE config.