Skip to content

Commit dffd249

Browse files
committed
Update README.md
1 parent c1b43ae commit dffd249

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Memcached:
5151
PHP:
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

6060
A 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
6565
docker 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" -
6868
Or use it in **docker-compose.yml**
6969

7070
```yaml
71-
version: '3'
7271
services:
7372
phpcacheadmin:
7473
image: robinn/phpcacheadmin

0 commit comments

Comments
 (0)