Skip to content

Commit 2fa0a25

Browse files
Bot Updating Templated Files
1 parent 1b802ff commit 2fa0a25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ services:
8585
- ALLOW_START=0 #optional
8686
- ALLOW_STOP=0 #optional
8787
- ALLOW_RESTARTS=0 #optional
88+
- ALLOW_PAUSE=0 #optional
89+
- ALLOW_RESUME=0 #optional
8890
- AUTH=0 #optional
8991
- BUILD=0 #optional
9092
- COMMIT=0 #optional
@@ -169,6 +171,8 @@ Containers are configured using parameters passed at runtime (such as those abov
169171
| `-e ALLOW_START=0` | `/containers/{id}/start` - **This option will work even if `POST=0`** |
170172
| `-e ALLOW_STOP=0` | `/containers/{id}/stop` - **This option will work even if `POST=0`** |
171173
| `-e ALLOW_RESTARTS=0` | `/containers/{id}/stop`, `/containers/{id}/restart`, and `/containers/{id}/kill` - **This option will work even if `POST=0`** |
174+
| `-e ALLOW_PAUSE=0` | `/containers/{id}/pause` - **This option will work even if `POST=0`** |
175+
| `-e ALLOW_UNPAUSE=0` | `/containers/{id}/unpause` - **This option will work even if `POST=0`** |
172176
| `-e AUTH=0` | `/auth` |
173177
| `-e BUILD=0` | `/build` |
174178
| `-e COMMIT=0` | `/commit` |
@@ -319,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
319323

320324
## Versions
321325

326+
* **24.02.26:** - Add `ALLOW_PAUSE` and `ALLOW_UNPAUSE`.
322327
* **26.12.25:** - Rebase to Alpine 3.23.
323328
* **19.08.25:** - Add tzdata for localised logging timestamps.
324329
* **03.06.25:** - Rebase to Alpine 3.22. Add RISCV support.

0 commit comments

Comments
 (0)