Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Sep 29, 2023
1 parent 6327794 commit 28fc5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN yum install -y squid
ADD squid.conf /etc/squid/squid.conf
ADD passwd /etc/squid/passwd

EXPOSE 3128/TCP 3389/TCP
EXPOSE 13128/TCP 13389/TCP
ENTRYPOINT ["/usr/sbin/squid","-f","/etc/squid/squid.conf","-N"]
4 changes: 2 additions & 2 deletions squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ http_access allow localnet
http_access allow localhost
http_access deny all

http_port 3128
http_port 3389
http_port 13128
http_port 13389
#cache_dir ufs /var/spool/squid 100 16 256
coredump_dir /var/spool/squid

Expand Down

0 comments on commit 28fc5e0

Please sign in to comment.