mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-30 08:27:38 +00:00
Improved Stream interface
This commit is contained in:
parent
e5ca863de5
commit
2e360f9dd6
13 changed files with 202 additions and 54 deletions
|
@ -1,13 +0,0 @@
|
|||
FROM centos:7
|
||||
|
||||
ARG auth="basic"
|
||||
ARG port="3128"
|
||||
|
||||
RUN yum install -y squid
|
||||
|
||||
COPY ./${auth}_squid.conf /etc/squid/squid.conf
|
||||
COPY ./${auth}_passwd /etc/squid/passwd
|
||||
|
||||
EXPOSE ${port}
|
||||
|
||||
CMD ["/usr/sbin/squid", "-N"]
|
Loading…
Add table
Add a link
Reference in a new issue