Commit fc4f4a2
Add option to exit immediately (#13)
* Add zero interval escape to entry point
* Update README.md
* Update README.md and entrypoint.sh to clarify RENEWAL_INTERVAL behavior
- Revised the description of the `RENEWAL_INTERVAL` environment variable in README.md to specify that setting it to `0` disables renewals and runs the process only once.
- Enhanced entrypoint.sh with a message indicating that Let's Encrypt renewals are disabled when `RENEWAL_INTERVAL` is set to `0`, improving user awareness of the configuration's impact.
---------
Co-authored-by: Jay Rogers <[email protected]>1 parent dae17e8 commit fc4f4a2
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
196 | 202 | | |
197 | 203 | | |
198 | 204 | | |
| |||
0 commit comments