1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00

no proxy ssl

This commit is contained in:
Robin Appelman 2024-03-21 12:32:40 +01:00
commit 440102a532
7 changed files with 10 additions and 23 deletions

View file

@ -1,8 +1,8 @@
FROM jonasal/nginx-certbot:latest-alpine
FROM nginx:1-alpine
RUN apk add --no-cache moreutils
RUN apk add --no-cache moreutils bash
COPY entrypoint.sh /
COPY entrypoint.sh /docker-entrypoint.d/
COPY nginx.conf /etc/nginx/nginx.conf
COPY 413.html /var/www
COPY sites/* /etc/nginx/conf.d/
@ -12,5 +12,3 @@ ENV FRONTEND=frontend
ENV SYNC=sync
ENV MAPS=maps
ENV METRICS=metrics
CMD ["/bin/bash", "/entrypoint.sh"]