Commit 9eefe67
committed
fix(docker): use duration strings for api-gw cache config
Latest api-gw image expects Kotlin duration strings (e.g. "1m")
instead of bare numbers for CACHE_EXPIRE_AFTER_WRITE. Without this
fix, api-gw crashes on startup with "Invalid duration string format".1 parent a528c00 commit 9eefe67
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
0 commit comments