Skip to content

Commit 64fbc28

Browse files
Bot Updating Templated Files
1 parent 3be8f6f commit 64fbc28

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ services:
9898
- NETWORKS=0 #optional
9999
- NODES=0 #optional
100100
- PING=1 #optional
101-
- POST=0 #optional
102101
- PLUGINS=0 #optional
102+
- POST=0 #optional
103+
- PROXY_READ_TIMEOUT=240 #optional
103104
- SECRETS=0 #optional
104105
- SERVICES=0 #optional
105106
- SESSION=0 #optional
@@ -138,8 +139,9 @@ docker run -d \
138139
-e NETWORKS=0 `#optional` \
139140
-e NODES=0 `#optional` \
140141
-e PING=1 `#optional` \
141-
-e POST=0 `#optional` \
142142
-e PLUGINS=0 `#optional` \
143+
-e POST=0 `#optional` \
144+
-e PROXY_READ_TIMEOUT=240 `#optional` \
143145
-e SECRETS=0 `#optional` \
144146
-e SERVICES=0 `#optional` \
145147
-e SESSION=0 `#optional` \
@@ -180,6 +182,7 @@ Containers are configured using parameters passed at runtime (such as those abov
180182
| `-e PING=1` | `/_ping` |
181183
| `-e PLUGINS=0` | `/plugins` |
182184
| `-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. |
183186
| `-e SECRETS=0` | `/secrets` |
184187
| `-e SERVICES=0` | `/services` |
185188
| `-e SESSION=0` | `/session` |
@@ -312,6 +315,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
312315

313316
## Versions
314317

318+
* **02.01.25:** - Support custom read timeout values.
315319
* **05.12.24:** - Rebase to Alpine 3.21.
316320
* **26.08.24:** - Change `ALLOW_START`, `ALLOW_STOP`, and `ALLOW_RESTARTS` to work even with `POST=0`.
317321
* **24.05.24:** - Rebase to Alpine 3.20.

0 commit comments

Comments
 (0)