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-vars.yml
+6-2
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,9 @@ full_custom_readme: |
102
102
- NETWORKS=0 #optional
103
103
- NODES=0 #optional
104
104
- PING=1 #optional
105
-
- POST=0 #optional
106
105
- PLUGINS=0 #optional
106
+
- POST=0 #optional
107
+
- PROXY_READ_TIMEOUT=240 #optional
107
108
- SECRETS=0 #optional
108
109
- SERVICES=0 #optional
109
110
- SESSION=0 #optional
@@ -142,8 +143,9 @@ full_custom_readme: |
142
143
-e NETWORKS=0 `#optional` \
143
144
-e NODES=0 `#optional` \
144
145
-e PING=1 `#optional` \
145
-
-e POST=0 `#optional` \
146
146
-e PLUGINS=0 `#optional` \
147
+
-e POST=0 `#optional` \
148
+
-e PROXY_READ_TIMEOUT=240 `#optional` \
147
149
-e SECRETS=0 `#optional` \
148
150
-e SERVICES=0 `#optional` \
149
151
-e SESSION=0 `#optional` \
@@ -184,6 +186,7 @@ full_custom_readme: |
184
186
| `-e PING=1` | `/_ping` |
185
187
| `-e PLUGINS=0` | `/plugins` |
186
188
| `-e POST=0` | When set to `0`, only `GET` and `HEAD` operations are allowed, making API access read-only. |
189
+
| `-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. |
187
190
| `-e SECRETS=0` | `/secrets` |
188
191
| `-e SERVICES=0` | `/services` |
189
192
| `-e SESSION=0` | `/session` |
@@ -316,6 +319,7 @@ full_custom_readme: |
316
319
317
320
## Versions
318
321
322
+
* **02.01.25:** - Support custom read timeout values.
319
323
* **05.12.24:** - Rebase to Alpine 3.21.
320
324
* **26.08.24:** - Change `ALLOW_START`, `ALLOW_STOP`, and `ALLOW_RESTARTS` to work even with `POST=0`.
0 commit comments