mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 03:06:53 +00:00
Dmitry
12abc8228d
sslbump: shell script instead of long cmd add 'ssl-bump' image test add access_for_localnet for image test allow_all instead of localnet for test change test conf fix test compose
5 lines
49 B
Docker
5 lines
49 B
Docker
FROM b4tman/squid
|
|
|
|
COPY run.sh /
|
|
|
|
CMD ["/run.sh"] |