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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ full_custom_readme: |
92
92
- ALLOW_START=0 #optional
93
93
- ALLOW_STOP=0 #optional
94
94
- ALLOW_RESTARTS=0 #optional
95
+
- ALLOW_PAUSE=0 #optional
96
+
- ALLOW_RESUME=0 #optional
95
97
- AUTH=0 #optional
96
98
- BUILD=0 #optional
97
99
- COMMIT=0 #optional
@@ -176,6 +178,8 @@ full_custom_readme: |
176
178
| `-e ALLOW_START=0` | `/containers/{id}/start` - **This option will work even if `POST=0`** |
177
179
| `-e ALLOW_STOP=0` | `/containers/{id}/stop` - **This option will work even if `POST=0`** |
178
180
| `-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`** |
179
183
| `-e AUTH=0` | `/auth` |
180
184
| `-e BUILD=0` | `/build` |
181
185
| `-e COMMIT=0` | `/commit` |
@@ -326,6 +330,7 @@ full_custom_readme: |
326
330
327
331
## Versions
328
332
333
+
* **24.02.26:** - Add `ALLOW_PAUSE` and `ALLOW_UNPAUSE`.
329
334
* **26.12.25:** - Rebase to Alpine 3.23.
330
335
* **19.08.25:** - Add tzdata for localised logging timestamps.
331
336
* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.
0 commit comments