https://github.com/bukowa/docker.squidproxy
docker image for squidproxy with basic http auth
https://github.com/bukowa/docker.squidproxy
docker dockerfile proxy squidproxy
Last synced: about 2 months ago
JSON representation
docker image for squidproxy with basic http auth
- Host: GitHub
- URL: https://github.com/bukowa/docker.squidproxy
- Owner: bukowa
- License: mit
- Created: 2024-06-10T13:37:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T12:52:15.000Z (about 1 year ago)
- Last Synced: 2025-05-19T19:12:03.392Z (about 1 year ago)
- Topics: docker, dockerfile, proxy, squidproxy
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## docker image for squidproxy
### Usage with basic http auth
```bash
docker run -d \
-p 3128:3128 \
--name squidproxy \
-e SQUID_USER=admin \
-e SQUID_PASS=admin \
bukowa/squidproxy
```
[](https://hub.docker.com/r/bukowa/squidproxy)
[](https://hub.docker.com/r/bukowa/squidproxy)
[](https://hub.docker.com/r/bukowa/squidproxy)