Add Privoxy configuration file and update Dockerfile to copy it
This commit is contained in:
@@ -2,6 +2,10 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk add --no-cache privoxy
|
RUN apk add --no-cache privoxy
|
||||||
|
|
||||||
|
COPY config /etc/privoxy/
|
||||||
|
|
||||||
|
RUN chown -R 1000:1000 /etc/privoxy /var/log/privoxy
|
||||||
|
|
||||||
USER 1000:1000
|
USER 1000:1000
|
||||||
|
|
||||||
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]
|
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]
|
||||||
Reference in New Issue
Block a user