12 lines
197 B
Docker
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
|