Skip to content

Commit

Permalink
Add CMD to run tinyproxy with debug logging (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer authored Aug 2, 2024
1 parent 37629d1 commit d051835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eq-tinyproxy-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ COPY eq-tinyproxy-image/tinyproxy.conf /etc/tinyproxy/tinyproxy.conf
RUN apk update && apk add --no-cache tinyproxy=1.11.2-r0
VOLUME /etc/tinyproxy
EXPOSE 8888
CMD ["tinyproxy", "-d"]

0 comments on commit d051835

Please sign in to comment.