We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78f641 commit 818b959Copy full SHA for 818b959
docker/Dockerfile
@@ -3,7 +3,7 @@
3
4
# This file assumes that the frontend has been built using ./scripts/frontend-build
5
6
-FROM nginxproxymanager/nginx-full:node
+FROM nginxproxymanager/nginx-full:certbot-node
7
8
ARG TARGETPLATFORM
9
ARG BUILD_VERSION
docker/dev/Dockerfile
@@ -1,4 +1,4 @@
1
2
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
ENV S6_LOGGING=0 \
0 commit comments