1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-03-12 07:23:46 +00:00

Enable localnet ACL by default in base image

This commit is contained in:
Dmitry Belyaev
2026-03-03 13:16:36 +03:00
parent b29bf01bef
commit 9d1249ebcf
4 changed files with 17 additions and 15 deletions

View File

@@ -2,8 +2,6 @@ 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