Fixed frontend issues, switched back to nginxproxymanager dockerhub space

This commit is contained in:
Jamie Curnow
2024-05-09 08:41:49 +10:00
parent ae9504584c
commit ecc3b2b5b7
26 changed files with 304 additions and 1106 deletions

View File

@ -1,6 +1,6 @@
FROM jc21/testca as testca
FROM nginxproxymanager/testca as testca
FROM letsencrypt/pebble as pebbleca
FROM jc21/nginx-full:acmesh-golang
FROM nginxproxymanager/nginx-full:acmesh-golang
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]