We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd88f94 commit 0f17eb7Copy full SHA for 0f17eb7
2 files changed
README.md
@@ -66,6 +66,7 @@ services:
66
command:
67
- '-loglevel=debug'
68
- '-allowGET=/_ping|/(v1\..{1,2}/)?(info|version|containers|events).*'
69
+ - '-allowHEAD=/_ping'
70
- '-listenip=0.0.0.0'
71
- '-allowfrom=proxy-filter'
72
- '-stoponwatchdog'
compose.yaml
@@ -20,7 +20,7 @@ services:
20
21
22
- '-allowfrom=proxy-container'
23
-
24
25
- '-allowbindmountfrom=/var/log,/tmp' # restrict bind mounts to specific directories
26
- '-watchdoginterval=3600' # check once per hour for socket availability
0 commit comments