File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ Memcached:
5151PHP:
5252- ` PCA_PHP_MEMORY_LIMIT ` In case you need to increase the PHP memory limit in Docker.
5353
54- Open [ config] ( https://github.com/RobiNN1/phpCacheAdmin/blob/master/config.dist.php ) file for more info.
54+ Open the [ config] ( https://github.com/RobiNN1/phpCacheAdmin/blob/master/config.dist.php ) file for more info.
5555
5656> To add another server, add the same environment variables, but change ` 0 ` to ` 1 ` (` 2 ` for third server and so on).
5757
5858## Docker
5959
6060A Docker image is also available: https://hub.docker.com/r/robinn/phpcacheadmin
6161
62- Run with single command:
62+ Run with a single command:
6363
6464``` bash
6565docker run -p 8080:80 -d --name phpcacheadmin -e " PCA_REDIS_0_HOST=redis_host" -e " PCA_REDIS_0_PORT=6379" -e " PCA_MEMCACHED_0_HOST=memcached_host" -e " PCA_MEMCACHED_0_PORT=11211" robinn/phpcacheadmin
@@ -68,7 +68,6 @@ docker run -p 8080:80 -d --name phpcacheadmin -e "PCA_REDIS_0_HOST=redis_host" -
6868Or use it in ** docker-compose.yml**
6969
7070``` yaml
71- version : ' 3'
7271services :
7372 phpcacheadmin :
7473 image : robinn/phpcacheadmin
You can’t perform that action at this time.
0 commit comments