Difference between revisions of "Squid proxy docker"
From Hawk Wiki
(Created page with "https://github.com/stefpe/squid_proxy.git <pre> git clone https://github.com/stefpe/squid_proxy.git htpasswd -c ./passwords user1 # edit docker-compose.yml # change your port...") |
|||
Line 5: | Line 5: | ||
htpasswd -c ./passwords user1 | htpasswd -c ./passwords user1 | ||
# edit docker-compose.yml | # edit docker-compose.yml | ||
+ | # change to | ||
+ | image: ubuntu/squid | ||
# change your port | # change your port | ||
</pre> | </pre> |
Latest revision as of 17:15, 9 January 2023
https://github.com/stefpe/squid_proxy.git
git clone https://github.com/stefpe/squid_proxy.git htpasswd -c ./passwords user1 # edit docker-compose.yml # change to image: ubuntu/squid # change your port