You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,9 @@ services:
98
98
- NETWORKS=0 #optional
99
99
- NODES=0 #optional
100
100
- PING=1 #optional
101
-
- POST=0 #optional
102
101
- PLUGINS=0 #optional
102
+
- POST=0 #optional
103
+
- PROXY_READ_TIMEOUT=240 #optional
103
104
- SECRETS=0 #optional
104
105
- SERVICES=0 #optional
105
106
- SESSION=0 #optional
@@ -138,8 +139,9 @@ docker run -d \
138
139
-e NETWORKS=0 `#optional` \
139
140
-e NODES=0 `#optional` \
140
141
-e PING=1 `#optional` \
141
-
-e POST=0 `#optional` \
142
142
-e PLUGINS=0 `#optional` \
143
+
-e POST=0 `#optional` \
144
+
-e PROXY_READ_TIMEOUT=240 `#optional` \
143
145
-e SECRETS=0 `#optional` \
144
146
-e SERVICES=0 `#optional` \
145
147
-e SESSION=0 `#optional` \
@@ -180,6 +182,7 @@ Containers are configured using parameters passed at runtime (such as those abov
180
182
|`-e PING=1`|`/_ping`|
181
183
|`-e PLUGINS=0`|`/plugins`|
182
184
|`-e POST=0`| When set to `0`, only `GET` and `HEAD` operations are allowed, making API access read-only. |
185
+
|`-e PROXY_READ_TIMEOUT=240`| Connection timeout when no data is being sent. Useful for tailing quiet containers. Accepts values in s/m/h/d/w, no suffix assumes s. |
183
186
|`-e SECRETS=0`|`/secrets`|
184
187
|`-e SERVICES=0`|`/services`|
185
188
|`-e SESSION=0`|`/session`|
@@ -312,6 +315,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
312
315
313
316
## Versions
314
317
318
+
***02.01.25:** - Support custom read timeout values.
315
319
***05.12.24:** - Rebase to Alpine 3.21.
316
320
***26.08.24:** - Change `ALLOW_START`, `ALLOW_STOP`, and `ALLOW_RESTARTS` to work even with `POST=0`.
0 commit comments