From 363e973f5cda99267215bf4ecc0fe1b3b3116060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=85=8B?= Date: Sat, 26 Sep 2020 02:22:21 +0800 Subject: [PATCH] docs: Remove the outdated note and clean up trailing spaces --- DOCUMENTATION/content/documentation/index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index c3e2638e..cecfa396 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -874,14 +874,14 @@ run from any cli:
`curl -X PURGE https://yourwebsite.com/`. 2. How to reload varnish?
`docker container exec proxy varnishreload` 3. Which varnish commands are allowed? - - varnishadm - - varnishd - - varnishhist - - varnishlog - - varnishncsa - - varnishreload - - varnishstat - - varnishtest + - varnishadm + - varnishd + - varnishhist + - varnishlog + - varnishncsa + - varnishreload + - varnishstat + - varnishtest - varnishtop 4. How to reload Nginx?
`docker exec Nginx nginx -t`
@@ -1085,7 +1085,6 @@ docker-compose up -d adminer - You can specify the default host with the `ADM_DEFAULT_SERVER` variable in the `.env` file. This is useful if you are connecting to an external server or a docker container named something other than the default `mysql`. -**Note:** We've locked Adminer to version 4.3.0 as at the time of writing [it contained a major bug](https://sourceforge.net/p/adminer/bugs-and-features/548/) preventing PostgreSQL users from logging in. If that bug is fixed (or if you're not using PostgreSQL) feel free to set Adminer to the latest version within [the Dockerfile](https://github.com/laradock/laradock/blob/master/adminer/Dockerfile#L1): `FROM adminer:latest` @@ -1220,7 +1219,7 @@ docker-compose up -d elasticsearch ```bash docker-compose exec elasticsearch /usr/share/elasticsearch/bin/plugin install {plugin-name} ``` -For ElasticSearch 5.0 and above, the previous "plugin" command has been renamed to "elasticsearch-plguin". +For ElasticSearch 5.0 and above, the previous "plugin" command has been renamed to "elasticsearch-plguin". Use the following instead: ```bash