Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Sep 1, 2022
1 parent 7d1e91d commit 1f40d40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ docker run --rm -p 8080:80 -e MEMCACHED_HOST='127.0.0.1:11212,127.0.0.1' -e MEMC

You can define your cluster in **Configuration** section

### Test

We have a `docker-compose.yml` file here for testing purpose. You can run it with the following command:

```bash
docker compose up -d
```

Open your browser and go to http://localhost:8085/index.php?server=memcached:11211 to see the dashboard.

---

## Support
Expand Down

0 comments on commit 1f40d40

Please sign in to comment.