Skip to content

Commit d748b60

Browse files
authored
Update readme-vars.yml
1 parent 759f3d4 commit d748b60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme-vars.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ full_custom_readme: |
9292
- ALLOW_START=0 #optional
9393
- ALLOW_STOP=0 #optional
9494
- ALLOW_RESTARTS=0 #optional
95+
- ALLOW_PAUSE=0 #optional
96+
- ALLOW_RESUME=0 #optional
9597
- AUTH=0 #optional
9698
- BUILD=0 #optional
9799
- COMMIT=0 #optional
@@ -176,6 +178,8 @@ full_custom_readme: |
176178
| `-e ALLOW_START=0` | `/containers/{id}/start` - **This option will work even if `POST=0`** |
177179
| `-e ALLOW_STOP=0` | `/containers/{id}/stop` - **This option will work even if `POST=0`** |
178180
| `-e ALLOW_RESTARTS=0` | `/containers/{id}/stop`, `/containers/{id}/restart`, and `/containers/{id}/kill` - **This option will work even if `POST=0`** |
181+
| `-e ALLOW_PAUSE=0` | `/containers/{id}/pause` - **This option will work even if `POST=0`** |
182+
| `-e ALLOW_UNPAUSE=0` | `/containers/{id}/unpause` - **This option will work even if `POST=0`** |
179183
| `-e AUTH=0` | `/auth` |
180184
| `-e BUILD=0` | `/build` |
181185
| `-e COMMIT=0` | `/commit` |
@@ -326,6 +330,7 @@ full_custom_readme: |
326330
327331
## Versions
328332
333+
* **24.02.26:** - Add `ALLOW_PAUSE` and `ALLOW_UNPAUSE`.
329334
* **26.12.25:** - Rebase to Alpine 3.23.
330335
* **19.08.25:** - Add tzdata for localised logging timestamps.
331336
* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.

0 commit comments

Comments
 (0)