Allow network host for certificate issuance
This commit is contained in:
parent
5046400d0c
commit
faff26b8a0
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user