@@ -79,19 +79,19 @@ services:
7979
8080Redis:
8181
82- - ` PCA_REDIS_0_NAME` The server name for an info panel. Optional, default: Localhost .
83- - ` PCA_REDIS_0_HOST` Redis host. Optional, when a path is specified.
84- - `PCA_REDIS_0_PORT` Redis port. Optional, default : 6379 .
85- - `PCA_REDIS_0_DATABASE` Redis database. Optional, default : 0 .
86- - `PCA_REDIS_0_PASSWORD` Redis password. Optional, default : empty .
87- - `PCA_REDIS_0_PATH` Redis unix path . Optional, default : /var/run/redis/redis-server.sock .
82+ - ` PCA_REDIS_0_NAME` The server name for an info panel. Optional.
83+ - ` PCA_REDIS_0_HOST` Redis host. Optional, when a ` path` is specified.
84+ - ` PCA_REDIS_0_PORT` Redis port. Optional, when the default port is used .
85+ - ` PCA_REDIS_0_DATABASE` Redis database. Optional.
86+ - ` PCA_REDIS_0_PASSWORD` Redis password. Optional.
87+ - ` PCA_REDIS_0_PATH` Redis unix domain socket . Optional.
8888
8989Memcached :
9090
91- - `PCA_MEMCACHED_0_NAME` The server name for an info panel. Optional, default : Localhost .
92- - ` PCA_MEMCACHED_0_HOST` Memcached host. Optional, when a path is specified.
93- - `PCA_MEMCACHED_0_PORT` Memcached port. Optional, default : 11211 .
94- - `PCA_MEMCACHED_0_PATH` Memcached unix path . Optional, default : /var/run/memcached/memcached.sock .
91+ - ` PCA_MEMCACHED_0_NAME` The server name for an info panel. Optional.
92+ - ` PCA_MEMCACHED_0_HOST` Memcached host. Optional, when a ` path` is specified.
93+ - ` PCA_MEMCACHED_0_PORT` Memcached port. Optional, when the default port is used .
94+ - ` PCA_MEMCACHED_0_PATH` Memcached unix domain socket . Optional.
9595
9696To add another server, add the same environment variables, but change 0 to 1 (2 for third server and so on).
9797
0 commit comments