Files
tor-proxy-fix/Dockerfile
2025-01-30 10:33:58 +01:00

12 lines
197 B
Docker

FROM harshitbudhraja/tor-nginx-proxy
LABEL name="custom-tor-nginx-proxy"
LABEL version="1.0.1"
LABEL maintainer="patate"
COPY default.conf /etc/nginx/conf.d/default.conf
RUN nginx -t
EXPOSE 80