Allow network host for certificate issuance

This commit is contained in:
Alex D. 2025-01-09 15:36:45 +00:00
parent 5046400d0c
commit faff26b8a0
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -11,7 +11,7 @@ RUN --mount=type=secret,id=config.tar tar -C /run/acme -xvf /run/secrets/config.
RUN mkdir -p "/certs"
WORKDIR "/redxen.eu"
RUN acme.sh \
RUN --network=host acme.sh \
--home /run/acme \
--install \
--cert-file /certs/cert.cer \