mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
no proxy ssl
This commit is contained in:
parent
55009075a1
commit
440102a532
7 changed files with 10 additions and 23 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue