Skip to content

Instantly share code, notes, and snippets.

@m-tmatma
Last active December 28, 2020 00:12
Show Gist options
  • Save m-tmatma/22abaa91c0450228422a0c4c7f60a5c3 to your computer and use it in GitHub Desktop.
Save m-tmatma/22abaa91c0450228422a0c4c7f60a5c3 to your computer and use it in GitHub Desktop.
run-squid.sh
#!/bin/sh
docker run --name proxy-squid --restart=always -d -p 3128:3128 minimum2scp/squid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment