Skip to content

Commit 0f17eb7

Browse files
committed
fix: Fix wollomatic/socket-proxy missing ping head
1 parent bd88f94 commit 0f17eb7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ services:
6666
command:
6767
- '-loglevel=debug'
6868
- '-allowGET=/_ping|/(v1\..{1,2}/)?(info|version|containers|events).*'
69+
- '-allowHEAD=/_ping'
6970
- '-listenip=0.0.0.0'
7071
- '-allowfrom=proxy-filter'
7172
- '-stoponwatchdog'

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- '-loglevel=debug'
2121
- '-listenip=0.0.0.0'
2222
- '-allowfrom=proxy-container'
23-
23+
- '-allowHEAD=/_ping'
2424
- '-allowGET=/_ping|/(v1\..{1,2}/)?(info|version|containers|events).*'
2525
- '-allowbindmountfrom=/var/log,/tmp' # restrict bind mounts to specific directories
2626
- '-watchdoginterval=3600' # check once per hour for socket availability

0 commit comments

Comments
 (0)