File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Extract metadata (tags, labels) for Docker
3232 id : meta
33- uses : docker/metadata-action@v5
33+ uses : docker/metadata-action@v6
3434 with :
3535 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ This project provides a **Dockerized prerender service** based on `prerender` wi
2323
2424### Environment Variables
2525
26- | Variable | Default | Description |
27- | ------------------| --------| -----------------------------------|
28- | ` PORT ` | ` 3000 ` | Port the service listens on |
29- | ` CACHE_MAXSIZE ` | ` 1000 ` | Maximum number of cached entries |
30- | ` CACHE_TTL ` | ` 86400 ` | Cache lifetime in seconds (1 day ) |
26+ | Variable | Default | Description |
27+ | ------------------| --------| ------------------------------------- |
28+ | ` PORT ` | ` 3000 ` | Port the service listens on |
29+ | ` CACHE_MAXSIZE ` | ` 1000 ` | Maximum number of cached entries |
30+ | ` CACHE_TTL ` | ` 43200 ` | Cache lifetime in seconds (12 hour ) |
3131
3232---
3333
You can’t perform that action at this time.
0 commit comments