[READ-ONLY] Mirror of https://github.com/FoxxMD/docker-proxy-filter. Filter the contents of Docker API responses
docker docker-socket-proxy filter
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Fix wollomatic/socket-proxy missing ping head

FoxxMD (Oct 8, 2025, 7:08 PM UTC) 0f17eb7a bd88f94c

+2 -1
+1
README.md
··· 66 66 command: 67 67 - '-loglevel=debug' 68 68 - '-allowGET=/_ping|/(v1\..{1,2}/)?(info|version|containers|events).*' 69 + - '-allowHEAD=/_ping' 69 70 - '-listenip=0.0.0.0' 70 71 - '-allowfrom=proxy-filter' 71 72 - '-stoponwatchdog'
+1 -1
compose.yaml
··· 20 20 - '-loglevel=debug' 21 21 - '-listenip=0.0.0.0' 22 22 - '-allowfrom=proxy-container' 23 - 23 + - '-allowHEAD=/_ping' 24 24 - '-allowGET=/_ping|/(v1\..{1,2}/)?(info|version|containers|events).*' 25 25 - '-allowbindmountfrom=/var/log,/tmp' # restrict bind mounts to specific directories 26 26 - '-watchdoginterval=3600' # check once per hour for socket availability