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: 3 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T23:27:21.000Z (12 months ago)
- Last Synced: 2025-02-15T00:25:50.297Z (12 months ago)
- Topics: docker, dockerfile, proxy, squidproxy
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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)