Skip to content

Commit c85357c

Browse files
committed
Updated README
1 parent 4a9d15b commit c85357c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
![latest v3.2.0](https://img.shields.io/badge/latest-v3.2.0-green.svg?style=flat)
44
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
5+
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Average time to resolve an issue")
6+
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Percentage of issues still open")
7+
58

69
This is a boilerplate utilizing Docker based with support
710
for **TYPO3_CONTEXT** and **FLOW_CONTEXT** for TYPO3, FLOW, NEOS.
@@ -233,6 +236,11 @@ Browser | Choose one
233236

234237
Save, set a break point and test the debugger.
235238

239+
## Application cache
240+
241+
Symlink your application cache (eg. typo3temp/) to `/data/cache/` and it will be stored inside the `storage` container
242+
so it will be accessable within all containers (eg. web or main).
243+
236244
## Advanced usage (git)
237245

238246
Use this boilerplate as template and customize it for each project. Put this Docker

0 commit comments

Comments
 (0)