@@ -26,7 +26,7 @@ Replace all files and delete the `cache` folder.
2626>
2727> ` Cache ` folder contains optimized Twig templates for faster page loading.
2828> However, when changes are made to the Twig files, the cache will not change
29- > (unless you have Twig debugging enabled or delete folder).
29+ > (unless you have ` twigdebug ` enabled or delete folder).
3030
3131## Docker
3232
@@ -64,21 +64,21 @@ services:
6464
6565> **Note**
6666>
67- > Is not required to have both Redis and Memcached.
67+ > It is not required to have both Redis and Memcached.
6868
6969#### Environment variables
7070
7171Redis:
7272
73- - ` PCA_REDIS_0_NAME` The server name for info panel, useful when you have multiple servers added (Optional, default name is Localhost)
73+ - ` PCA_REDIS_0_NAME` The server name for an info panel, useful when you have multiple servers added (Optional, default name is Localhost)
7474- ` PCA_REDIS_0_HOST` Redis server host.
7575- ` PCA_REDIS_0_PORT` Redis server port (Optional, default is 6379)
7676- ` PCA_REDIS_0_DATABASE` Redis database (Optional, default is 0)
7777- ` PCA_REDIS_0_PASSWORD` (Optional, empty by default)
7878
7979Memcached :
8080
81- - ` PCA_MEMCACHED_0_NAME` The server name for info panel, useful when you have multiple servers added (Optional, default name is Localhost)
81+ - ` PCA_MEMCACHED_0_NAME` The server name for an info panel, useful when you have multiple servers added (Optional, default name is Localhost)
8282- ` PCA_MEMCACHED_0_HOST` Memcached server host.
8383- ` PCA_MEMCACHED_0_PORT` Memcached server port (Optional, default is 11211)
8484
0 commit comments