1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-06 17:47:32 +00:00

sslbump: rootless (#125)

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
This commit is contained in:
2024-01-23 22:45:13 +03:00
committed by Dmitry Belyaev
parent 3ceca4d5f2
commit 12abc8228d
5 changed files with 58 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ version: '2.3'
services:
proxy:
image: "${TEST_TAG}"
volumes:
- './test_localnet.conf:/etc/squid/conf.d/test_localnet.conf:ro'
healthcheck:
test: ["CMD", "sh", "-exc", "squidclient -T 3 mgr:info 2> /dev/null | grep -qF '200 OK'"]
interval: 5s